src/gui.h
changeset 10466 54dfadd481b0
parent 10444 3876060cdef7
child 10517 2e55d1418bd8
equal deleted inserted replaced
10465:0c68afe3d725 10466:54dfadd481b0
    46 
    46 
    47 /* tgp_gui.cpp */
    47 /* tgp_gui.cpp */
    48 void ShowGenerateLandscape();
    48 void ShowGenerateLandscape();
    49 void ShowHeightmapLoad();
    49 void ShowHeightmapLoad();
    50 
    50 
    51 /** Drag and drop selection process, or, what to do with an area of land when
       
    52  * you've selected it. */
       
    53 enum {
       
    54 	DDSP_DEMOLISH_AREA,
       
    55 	DDSP_RAISE_AND_LEVEL_AREA,
       
    56 	DDSP_LOWER_AND_LEVEL_AREA,
       
    57 	DDSP_LEVEL_AREA,
       
    58 	DDSP_CREATE_DESERT,
       
    59 	DDSP_CREATE_ROCKS,
       
    60 	DDSP_CREATE_WATER,
       
    61 	DDSP_CREATE_RIVER,
       
    62 	DDSP_PLANT_TREES,
       
    63 	DDSP_BUILD_BRIDGE,
       
    64 
       
    65 	/* Rail specific actions */
       
    66 	DDSP_PLACE_RAIL_NE,
       
    67 	DDSP_PLACE_RAIL_NW,
       
    68 	DDSP_PLACE_AUTORAIL,
       
    69 	DDSP_BUILD_SIGNALS,
       
    70 	DDSP_BUILD_STATION,
       
    71 	DDSP_REMOVE_STATION,
       
    72 	DDSP_CONVERT_RAIL,
       
    73 
       
    74 	/* Road specific actions */
       
    75 	DDSP_PLACE_ROAD_X_DIR,
       
    76 	DDSP_PLACE_ROAD_Y_DIR,
       
    77 	DDSP_PLACE_AUTOROAD,
       
    78 };
       
    79 
       
    80 /* misc_gui.cpp */
    51 /* misc_gui.cpp */
    81 void PlaceLandBlockInfo();
    52 void PlaceLandBlockInfo();
    82 void ShowAboutWindow();
    53 void ShowAboutWindow();
    83 void ShowBuildTreesToolbar();
    54 void ShowBuildTreesToolbar();
    84 void ShowBuildTreesScenToolbar();
    55 void ShowBuildTreesScenToolbar();