summaryrefslogtreecommitdiff
path: root/src/fileio_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-12-09 16:52:43 +0000
committerfrosch <frosch@openttd.org>2012-12-09 16:52:43 +0000
commitedd9c0553a7ff735000cc52c9b02fa33db767521 (patch)
tree76e8bfb70df3f1b2ff3789f2e2ebf022ba0f8290 /src/fileio_type.h
parent1c71fbe0f0a909b0fa865fcb1a83532c6ab871fd (diff)
downloadopenttd-edd9c0553a7ff735000cc52c9b02fa33db767521.tar.xz
(svn r24804) -Add: Separate subdirectory for screenshots.
Diffstat (limited to 'src/fileio_type.h')
-rw-r--r--src/fileio_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio_type.h b/src/fileio_type.h
index 516bf0e35..3f21be6dd 100644
--- a/src/fileio_type.h
+++ b/src/fileio_type.h
@@ -32,6 +32,7 @@ enum Subdirectory {
AI_LIBRARY_DIR,///< Subdirectory for all %AI libraries
GAME_DIR, ///< Subdirectory for all game scripts
GAME_LIBRARY_DIR, ///< Subdirectory for all GS libraries
+ SCREENSHOT_DIR, ///< Subdirectory for all screenshots
NUM_SUBDIRS, ///< Number of subdirectories
NO_DIRECTORY, ///< A path without any base directory
};