src/fileio.h
changeset 6935 0a2a174d3f6a
parent 6929 56470c1b8a66
child 6941 72147014e54d
equal deleted inserted replaced
6934:c2249b79356f 6935:0a2a174d3f6a
    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 	NUM_SUBDIRS,   ///< Number of subdirectories
    35 	NUM_SUBDIRS,   ///< Number of subdirectories
       
    36 	NO_DIRECTORY,  ///< A path without any base directory
    36 };
    37 };
    37 
    38 
    38 /**
    39 /**
    39  * Types of searchpaths OpenTTD might use
    40  * Types of searchpaths OpenTTD might use
    40  */
    41  */