Changeset 452 for Daodan/src/Daodan_Cheater.h
- Timestamp:
- Aug 10, 2009, 11:09:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Cheater.h
r388 r452 2 2 #ifndef DAODAN_CHEATER_H 3 3 #define DAODAN_CHEATER_H 4 5 #include <stdint.h> 4 6 5 7 typedef struct { … … 36 38 cheat_kangaroo, 37 39 cheat_marypoppins, 38 cheat_ devmodex,40 cheat_x, 39 41 }; 40 42 41 43 extern oniCheatCode DDr_CheatTable[]; 42 44 45 uint8_t ONICALL DDrCheater(uint32_t cheat); 46 43 47 #endif
Note: See TracChangeset
for help on using the changeset viewer.