Changeset 685 for Daodan/src/Daodan_Cheater.c
- Timestamp:
- Mar 3, 2013, 8:55:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Cheater.c
r677 r685 4 4 #include "Oni.h" 5 5 #include "Oni_Character.h" 6 7 #include "_Version.h" 6 8 7 9 #include "Daodan.h" … … 47 49 { "x", "Developer Access Enabled", "Developer Access Disabled", cheat_x }, 48 50 { "testcheat", "Testing...", "", cheat_testcheat }, 49 { "tellmetheversion", "Daodan v. 3.0", "", cheat_tellmetheversion },51 { "tellmetheversion", "Daodan v."DAODAN_VERSION_STRING"", "", cheat_tellmetheversion }, 50 52 {0} 51 53 };
Note:
See TracChangeset
for help on using the changeset viewer.