Changeset 692 for Daodan/src/Daodan_Cheater.h
- Timestamp:
- Mar 7, 2013, 6:26:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Cheater.h
r677 r692 1 #pragma once2 1 #ifndef DAODAN_CHEATER_H 3 2 #define DAODAN_CHEATER_H 4 3 5 //#include <stdint.h> 4 #include "Daodan.h" 6 5 7 6 typedef struct { … … 12 11 } oniCheatCode; 13 12 14 enum { cheat_shapeshifter, 13 enum { 14 cheat_shapeshifter, 15 15 cheat_liveforever, 16 16 cheat_touchofdeath, … … 46 46 47 47 extern oniCheatCode DDr_CheatTable[]; 48 extern int turn_dev_mode_on;49 48 uint8_t ONICALL DDrCheater(uint32_t cheat); 50 49 void __stdcall FallingFrames(void* Ebp);
Note:
See TracChangeset
for help on using the changeset viewer.