mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-08 10:19:07 +00:00
17 lines
180 B
C++
17 lines
180 B
C++
#ifndef __RETRO_CIOWINMANAGER_HPP__
|
|
#define __RETRO_CIOWINMANAGER_HPP__
|
|
|
|
namespace Retro
|
|
{
|
|
namespace Common
|
|
{
|
|
|
|
class CIOWinManager
|
|
{
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
#endif // __RETRO_CIOWINMANAGER_HPP__
|