mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 17:07:42 +00:00
Codebase refactor
This commit is contained in:
15
Runtime/Audio/CAudioStateWin.hpp
Normal file
15
Runtime/Audio/CAudioStateWin.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __RETRO_CAUDIOSTATEWIN_HPP__
|
||||
#define __RETRO_CAUDIOSTATEWIN_HPP__
|
||||
|
||||
#include "../CIOWin.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
class CAudioStateWin : public CIOWin
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __RETRO_CAUDIOSTATEWIN_HPP__
|
||||
Reference in New Issue
Block a user