metaforce/Runtime/Common/CGameOptions.hpp

17 lines
176 B
C++

#ifndef __RETRO_CGAMEOPTIONS_HPP__
#define __RETRO_CGAMEOPTIONS_HPP__
namespace Retro
{
namespace Common
{
class CGameOptions
{
};
}
}
#endif // __RETRO_CGAMEOPTIONS_HPP__