summaryrefslogtreecommitdiff
path: root/src/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.h')
-rw-r--r--src/Config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h
index 5d2a1a5..d30c9b1 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
@@ -89,6 +91,8 @@
#define STAMPS_DIR "stamps"
+#define BRUSH_DIR "Brushes"
+
#define APPDATA_SUBDIR "\\HardWIRED"
//Number of unique thumbnails to have in cache at one time