Revision: | 388 |
Committed: | Mon Jul 6 08:17:29 2009 UTC (16 years, 3 months ago) by rossy |
Content type: | text/x-chdr |
File size: | 830 byte(s) |
Log Message: | daodan_cheater |
# | Content |
---|---|
1 | #pragma once |
2 | #ifndef DAODAN_CHEATER_H |
3 | #define DAODAN_CHEATER_H |
4 | |
5 | typedef struct { |
6 | const char* name; |
7 | const char* message_on; |
8 | const char* message_off; |
9 | int func; |
10 | } oniCheatCode; |
11 | |
12 | enum { cheat_shapeshifter, |
13 | cheat_liveforever, |
14 | cheat_touchofdeath, |
15 | cheat_canttouchthis, |
16 | cheat_fatloot, |
17 | cheat_glassworld, |
18 | cheat_winlevel, |
19 | cheat_loselevel, |
20 | cheat_bighead, |
21 | cheat_minime, |
22 | cheat_superammo, |
23 | cheat_thedayismine, |
24 | cheat_reservoirdogs, |
25 | cheat_roughjustice, |
26 | cheat_chenille, |
27 | cheat_behemoth, |
28 | cheat_elderrune, |
29 | cheat_moonshadow, |
30 | cheat_munitionfrenzy, |
31 | cheat_fistsoflegend, |
32 | cheat_killmequick, |
33 | cheat_carousel, |
34 | cheat_bigbadboss, |
35 | cheat_bulletproof, |
36 | cheat_kangaroo, |
37 | cheat_marypoppins, |
38 | cheat_devmodex, |
39 | }; |
40 | |
41 | extern oniCheatCode DDr_CheatTable[]; |
42 | |
43 | #endif |