# | Line 2 | Line 2 | |
---|---|---|
2 | #ifndef DAODAN_CHEATER_H | |
3 | #define DAODAN_CHEATER_H | |
4 | ||
5 | + | #include <stdint.h> |
6 | + | |
7 | typedef struct { | |
8 | const char* name; | |
9 | const char* message_on; | |
# | Line 35 | Line 37 | enum { cheat_shapeshifter, | |
37 | cheat_bulletproof, | |
38 | cheat_kangaroo, | |
39 | cheat_marypoppins, | |
40 | < | cheat_devmodex, |
40 | > | cheat_x, |
41 | }; | |
42 | ||
43 | extern oniCheatCode DDr_CheatTable[]; | |
44 | ||
45 | + | uint8_t ONICALL DDrCheater(uint32_t cheat); |
46 | + | |
47 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |