src/fileio.h
changeset 11179 fa96e29d7187
parent 11061 f5806d84e7a9
equal deleted inserted replaced
11178:aa617a8b4f34 11179:fa96e29d7187
    30 	SCENARIO_DIR,  ///< Base directory for all scenarios
    30 	SCENARIO_DIR,  ///< Base directory for all scenarios
    31 	HEIGHTMAP_DIR, ///< Subdirectory of scenario for heightmaps
    31 	HEIGHTMAP_DIR, ///< Subdirectory of scenario for heightmaps
    32 	GM_DIR,        ///< Subdirectory for all music
    32 	GM_DIR,        ///< Subdirectory for all music
    33 	DATA_DIR,      ///< Subdirectory for all data (GRFs, sample.cat, intro game)
    33 	DATA_DIR,      ///< Subdirectory for all data (GRFs, sample.cat, intro game)
    34 	LANG_DIR,      ///< Subdirectory for all translation files
    34 	LANG_DIR,      ///< Subdirectory for all translation files
       
    35     CACHE_DIR,     ///< Subdirectory for all cache data (not user-visible)
    35 	NUM_SUBDIRS,   ///< Number of subdirectories
    36 	NUM_SUBDIRS,   ///< Number of subdirectories
    36 	NO_DIRECTORY,  ///< A path without any base directory
    37 	NO_DIRECTORY,  ///< A path without any base directory
    37 };
    38 };
    38 
    39 
    39 /**
    40 /**