2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-10-27 22:50:23 +00:00
metaforce/Runtime/Audio/CAudioStateWin.hpp
2015-08-18 12:51:54 -10:00

16 lines
205 B
C++

#ifndef __RETRO_CAUDIOSTATEWIN_HPP__
#define __RETRO_CAUDIOSTATEWIN_HPP__
#include "../CIOWin.hpp"
namespace Retro
{
class CAudioStateWin : public CIOWin
{
};
}
#endif // __RETRO_CAUDIOSTATEWIN_HPP__