source:
Daodan/src/Daodan_Cheater.h@
339
Last change on this file since 339 was 339, checked in by , 15 years ago | |
---|---|
File size: 251 bytes |
Line | |
---|---|
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 | |
12 | extern oniCheatCode DDr_CheatTable[]; |
13 | |
14 | #endif |
Note:
See TracBrowser
for help on using the repository browser.