2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-22 21:13:27 +00:00
metaforce/Runtime/Audio/CAudioStateWin.hpp
2015-08-19 16:52:07 -10:00

21 lines
363 B
C++

#ifndef __RETRO_CAUDIOSTATEWIN_HPP__
#define __RETRO_CAUDIOSTATEWIN_HPP__
#include "../CIOWin.hpp"
namespace Retro
{
class CAudioStateWin : public CIOWin
{
public:
CAudioStateWin() : CIOWin("CAudioStateWin") {}
virtual bool OnMessage(const CArchitectureMessage& msg, CArchitectureQueue& queue)
{
}
};
}
#endif // __RETRO_CAUDIOSTATEWIN_HPP__