Updating with all new changes

This commit is contained in:
Philip
2010-11-10 19:42:42 -05:00
parent 673eb2437e
commit 179a9f731a
7 changed files with 363 additions and 258 deletions

View File

@@ -1,14 +1,14 @@
#ifndef DEFINE_H
#define DEFINE_H
#if defined(WIN32) && !defined(__GNUC__)
#ifdef WIN32
#define PATH_SEP "\\"
#else
#define PATH_SEP "/"
#endif
#define SAVE_VERSION 43
#define MINOR_VERSION 0
#define MINOR_VERSION 1
#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter.
#define BETA