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 691 by alloc, Sat Mar 2 23:46:33 2013 UTC vs.
Revision 692 by alloc, Thu Mar 7 17:26:13 2013 UTC

# Line 1 | Line 1
1 #pragma once
1   #ifndef DAODAN_CHEATER_H
2   #define DAODAN_CHEATER_H
3  
4 < //#include <stdint.h>
4 > #include "Daodan.h"
5  
6   typedef struct {
7      const char* name;
# Line 11 | Line 10 | typedef struct {
10      int func;
11   } oniCheatCode;
12  
13 < enum {  cheat_shapeshifter,
13 > enum {
14 >                cheat_shapeshifter,
15                  cheat_liveforever,
16                  cheat_touchofdeath,
17                  cheat_canttouchthis,
# Line 45 | Line 45 | enum {         cheat_shapeshifter,
45   };
46  
47   extern oniCheatCode DDr_CheatTable[];
48 extern int turn_dev_mode_on;
48   uint8_t ONICALL DDrCheater(uint32_t cheat);
49   void __stdcall FallingFrames(void* Ebp);
50   void ONICALL DDrCheater_LevelLoad();

Diff Legend

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