mirror of https://github.com/AxioDL/metaforce.git
16 lines
205 B
C++
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__
|