Changeset 685 for Daodan/src


Ignore:
Timestamp:
Mar 3, 2013, 8:55:03 PM (12 years ago)
Author:
alloc
Message:

Daodan: Version information

Location:
Daodan/src
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Cheater.c

    r677 r685  
    44#include "Oni.h"
    55#include "Oni_Character.h"
     6
     7#include "_Version.h"
    68
    79#include "Daodan.h"
     
    4749        { "x",                "Developer Access Enabled",        "Developer Access Disabled",  cheat_x                },
    4850        { "testcheat",        "Testing...",                      "",                           cheat_testcheat        },
    49         { "tellmetheversion", "Daodan v.3.0",                    "",                           cheat_tellmetheversion },
     51        { "tellmetheversion", "Daodan v."DAODAN_VERSION_STRING"",                    "",                           cheat_tellmetheversion },
    5052        {0}
    5153};
Note: See TracChangeset for help on using the changeset viewer.