src/gui.h
changeset 7092 3fa66ad549c8
parent 6573 7624f942237f
child 7139 4ae3ab180d05
child 9624 b71483f2330f
equal deleted inserted replaced
7091:ebc570e995c4 7092:3fa66ad549c8
    73 	GUI_PlaceProc_LevelArea       = 1 << 4,
    73 	GUI_PlaceProc_LevelArea       = 1 << 4,
    74 	GUI_PlaceProc_DesertArea      = 2 << 4,
    74 	GUI_PlaceProc_DesertArea      = 2 << 4,
    75 	GUI_PlaceProc_WaterArea       = 3 << 4,
    75 	GUI_PlaceProc_WaterArea       = 3 << 4,
    76 	GUI_PlaceProc_ConvertRailArea = 4 << 4,
    76 	GUI_PlaceProc_ConvertRailArea = 4 << 4,
    77 	GUI_PlaceProc_RockyArea       = 5 << 4,
    77 	GUI_PlaceProc_RockyArea       = 5 << 4,
       
    78 	GUI_PlaceProc_RemoveFromStation = 6 << 4,
    78 };
    79 };
    79 
    80 
    80 /* misc_gui.cpp */
    81 /* misc_gui.cpp */
    81 void PlaceLandBlockInfo();
    82 void PlaceLandBlockInfo();
    82 void ShowAboutWindow();
    83 void ShowAboutWindow();