2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-06 23:25:53 +00:00
metaforce/Runtime/Audio/CAudioSys.hpp
2015-08-18 12:51:54 -10:00

20 lines
222 B
C++

#ifndef __RETRO_CAUDIOSYS_HPP__
#define __RETRO_CAUDIOSYS_HPP__
#include "../GCNTypes.hpp"
namespace Retro
{
class CAudioSys
{
public:
CAudioSys(u8,u8,u8,u8,u32)
{
}
};
}
#endif // __RETRO_CAUDIOSYS_HPP__