summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorKris Parker2009-12-13 04:23:39 +0000
committerKris Parker2009-12-13 04:23:39 +0000
commitaffa9bb79b43be94ce09e28c010f8fd25c245954 (patch)
treebe84976f085b0412cb729ab79ab5561061fb18bb /common.h
parenta7fa8cd1197ff8fb28cc63d1f85389dd8f62b987 (diff)
downloadstonesense-affa9bb79b43be94ce09e28c010f8fd25c245954.tar.gz
stonesense-affa9bb79b43be94ce09e28c010f8fd25c245954.tar.bz2
stonesense-affa9bb79b43be94ce09e28c010f8fd25c245954.tar.xz
xml and index files are read based on a central master index
content is read relative to the calling file
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index 434a5e2..69c21fd 100644
--- a/common.h
+++ b/common.h
@@ -179,3 +179,6 @@ bool loadConfigFile();
//xmlBuildingReader.cpp
class BuildingConfiguration;
+#define FILENAME_BUFFERSIZE 50
+// temp buffers are bigger because they deal with absolute paths
+#define FILENAME_BUFFERSIZE_LOCAL 100