2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-11 04:19:07 +00:00
2015-08-17 19:54:43 -10:00

17 lines
156 B
C++

#ifndef __RETRO_CGUISYS_HPP__
#define __RETRO_CGUISYS_HPP__
namespace Retro
{
namespace Common
{
class CGuiSys
{
};
}
}
#endif // __RETRO_CGUISYS_HPP__