File diff r28551:f762d05f819e → r28552:48eaa3286eee
src/fileio_type.h
Show inline comments
 
@@ -121,6 +121,7 @@ enum Subdirectory {
 
	GAME_DIR,      ///< Subdirectory for all game scripts
 
	GAME_LIBRARY_DIR, ///< Subdirectory for all GS libraries
 
	SCREENSHOT_DIR,   ///< Subdirectory for all screenshots
 
	SOCIAL_INTEGRATION_DIR, ///< Subdirectory for all social integration plugins
 
	NUM_SUBDIRS,   ///< Number of subdirectories
 
	NO_DIRECTORY,  ///< A path without any base directory
 
};