(svn r24804) -Add: Separate subdirectory for screenshots.

This commit is contained in:
frosch
2012-12-09 16:52:43 +00:00
parent d625f313a9
commit 50abcf3edc
8 changed files with 36 additions and 10 deletions

View File

@@ -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
};