Last change
on this file since 381 was 349, checked in by rossy, 15 years ago |
cheat codes added to [Language]
|
File size:
393 bytes
|
Rev | Line | |
---|
[339] | 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 |
|
---|
[349] | 12 | //enum { cheat_bigbadboss = 0x16, cheat_bulletproof, cheat_kangaroo, cheat_marypoppins, cheat_devmodex };
|
---|
| 13 |
|
---|
| 14 | #define cheat_devmodex (0x16)
|
---|
| 15 |
|
---|
[339] | 16 | extern oniCheatCode DDr_CheatTable[];
|
---|
| 17 |
|
---|
| 18 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.