mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-12 08:59:07 +00:00
19 lines
226 B
C++
19 lines
226 B
C++
#ifndef __RETRO_CAUDIOSTATEWIN_HPP__
|
|
#define __RETRO_CAUDIOSTATEWIN_HPP__
|
|
|
|
#include "../CIOWin.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
namespace Common
|
|
{
|
|
|
|
class CAudioStateWin : public CIOWin
|
|
{
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
#endif // __RETRO_CAUDIOSTATEWIN_HPP__
|