2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-25 21:25:35 +00:00
metaforce/Runtime/CGameOptions.hpp
2015-08-19 16:52:07 -10:00

21 lines
278 B
C++

#ifndef __RETRO_CGAMEOPTIONS_HPP__
#define __RETRO_CGAMEOPTIONS_HPP__
namespace Retro
{
class CGameOptions
{
char a = 0;
char b = 0;
char c = 128;
char d = 128;
char e = 255;
char f = 255;
bool g = true;
};
}
#endif // __RETRO_CGAMEOPTIONS_HPP__