| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | #ifndef DAODAN_CHEATER_H | |
| 3 | #define DAODAN_CHEATER_H | |
| 4 | ||
| 5 | < | #include <stdint.h> |
| 5 | > | //#include <stdint.h> |
| 6 | ||
| 7 | typedef struct { | |
| 8 | const char* name; | |
| # | Line 45 | Line 45 | enum { cheat_shapeshifter, | |
| 45 | }; | |
| 46 | ||
| 47 | extern oniCheatCode DDr_CheatTable[]; | |
| 48 | < | |
| 48 | > | extern int turn_dev_mode_on; |
| 49 | uint8_t ONICALL DDrCheater(uint32_t cheat); | |
| 50 | void __stdcall FallingFrames(void* Ebp); | |
| 51 | void ONICALL DDrCheater_LevelLoad(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |