2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 01:51:22 +00:00
metaforce/Runtime/CGameOptions.hpp
2016-04-12 20:07:23 -10:00

23 lines
289 B
C++

#ifndef __URDE_CGAMEOPTIONS_HPP__
#define __URDE_CGAMEOPTIONS_HPP__
#include "RetroTypes.hpp"
namespace urde
{
class CGameOptions
{
u8 a = 0;
u8 b = 0;
u8 c = 128;
u8 d = 128;
u8 e = 255;
u8 f = 255;
bool g = true;
};
}
#endif // __URDE_CGAMEOPTIONS_HPP__