#pragma once #ifndef DAODAN_CHEATER_H #define DAODAN_CHEATER_H typedef struct { const char* name; const char* message_on; const char* message_off; int func; } oniCheatCode; //enum { cheat_bigbadboss = 0x16, cheat_bulletproof, cheat_kangaroo, cheat_marypoppins, cheat_devmodex }; #define cheat_devmodex (0x16) extern oniCheatCode DDr_CheatTable[]; #endif