diff options
| author | Kris Parker | 2009-12-13 04:23:39 +0000 |
|---|---|---|
| committer | Kris Parker | 2009-12-13 04:23:39 +0000 |
| commit | affa9bb79b43be94ce09e28c010f8fd25c245954 (patch) | |
| tree | be84976f085b0412cb729ab79ab5561061fb18bb /common.h | |
| parent | a7fa8cd1197ff8fb28cc63d1f85389dd8f62b987 (diff) | |
| download | stonesense-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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
|
