Update version flag

master
rubenwardy 2014-04-25 08:54:30 +01:00
parent 8dbf58a217
commit 849f76ca99
1 changed files with 4 additions and 4 deletions

View File

@ -47,13 +47,13 @@ enum FileParserType
};
// Defines
#define EDITOR_TEXT_VERSION "0.6.2 - Stone"
#define EDITOR_TEXT_VERSION "0.6.3 - Stone"
#define EDITOR_VERSION 1
#define EDITOR_PARSER 1
#define NODE_RES 16 // The resolution of the snapping (16)
#define NODE_THIN 1/NODE_RES // The smallest a box can be (1/NODE_RES)
#define NODE_RES 16 // The resolution of the snapping (16) - doesn't work
#define NODE_THIN 1/NODE_RES // The smallest a box can be (1/NODE_RES) - don't think this works
#define NODEB_MAX 50 // Maximum amount of nodeboxes (50)
#define NODEB_MENU_START 250
#define NODEB_MENU_START 250 // No idea what this does
const wchar_t* convert(const char* input);