src/main.h

changeset 137
73d057b030d0
parent 135
8b9132fea327
child 139
cf11621ae422
equal deleted inserted replaced
136:1c40bb4f8221 137:73d057b030d0
39 #include "stringClass.h" 39 #include "stringClass.h"
40 #include "format.h" 40 #include "format.h"
41 #include "botStuff.h" 41 #include "botStuff.h"
42 #include "tokens.h" 42 #include "tokens.h"
43 43
44 #define VERSION_MAJOR 1
45 #define VERSION_MINOR 0
46 #define VERSION_PATCH 0
47
44 String makeObjectFileName (String s); 48 String makeObjectFileName (String s);
45 DataType getTypeByName (String token); 49 DataType getTypeByName (String token);
46 String dataTypeName (DataType type); 50 String dataTypeName (DataType type);
47 String versionString (bool longform); 51 String versionString (bool longform);
48 String makeVersionString (int major, int minor, int patch); 52 String makeVersionString (int major, int minor, int patch);

mercurial