#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__