diff options
Diffstat (limited to 'src/Config.h')
| -rw-r--r-- | src/Config.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Config.h b/src/Config.h index 44ca23f..8ed2075 100644 --- a/src/Config.h +++ b/src/Config.h @@ -11,8 +11,10 @@ #ifdef WIN #define PATH_SEP "\\" +#define PATH_SEP_CHAR '\\' #else #define PATH_SEP "/" +#define PATH_SEP_CHAR '/' #endif //VersionInfoStart @@ -25,7 +27,7 @@ #endif #ifndef BUILD_NUM -#define BUILD_NUM 249 +#define BUILD_NUM 250 #endif #ifndef SNAPSHOT_ID @@ -91,6 +93,8 @@ #define STAMPS_DIR "stamps" +#define BRUSH_DIR "Brushes" + #define APPDATA_SUBDIR "\\HardWIRED" //Number of unique thumbnails to have in cache at one time |
