#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; extern oniCheatCode DDr_CheatTable[]; #endif