ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Cheater.h
(Generate patch)

Comparing Daodan/src/Daodan_Cheater.h (file contents):
Revision 451 by rossy, Mon Jul 6 08:17:29 2009 UTC vs.
Revision 452 by rossy, Mon Aug 10 09:09:53 2009 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)