Merge with new lua functionality

This commit is contained in:
Simon Robertshaw
2011-12-18 15:14:07 +00:00
10 changed files with 613 additions and 49 deletions

View File

@@ -9,12 +9,12 @@
//VersionInfoStart
#define SAVE_VERSION 69
#define MINOR_VERSION 1
#define MINOR_VERSION 2
#define BETA
#define BUILD_NUM 118
#define BUILD_NUM 120
//VersionInfoEnd
#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter.
#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter
#define MTOS_EXPAND(str) #str
#define MTOS(str) MTOS_EXPAND(str)