gui.h
changeset 4634 897461a3e9ca
parent 4434 4175805666a5
child 4668 8b6035c51188
equal deleted inserted replaced
4633:fae5d85ef53d 4634:897461a3e9ca
    70 void ShowGenerateLandscape(void);
    70 void ShowGenerateLandscape(void);
    71 void ShowHeightmapLoad(void);
    71 void ShowHeightmapLoad(void);
    72 
    72 
    73 void PlaceProc_DemolishArea(TileIndex tile);
    73 void PlaceProc_DemolishArea(TileIndex tile);
    74 void PlaceProc_LevelLand(TileIndex tile);
    74 void PlaceProc_LevelLand(TileIndex tile);
    75 bool GUIPlaceProcDragXY(const WindowEvent *we);
    75 bool GUIPlaceProcDragXY(const WindowEvent *e);
    76 
    76 
    77 enum { // max 32 - 4 = 28 types
    77 enum { // max 32 - 4 = 28 types
    78 	GUI_PlaceProc_DemolishArea    = 0 << 4,
    78 	GUI_PlaceProc_DemolishArea    = 0 << 4,
    79 	GUI_PlaceProc_LevelArea       = 1 << 4,
    79 	GUI_PlaceProc_LevelArea       = 1 << 4,
    80 	GUI_PlaceProc_DesertArea      = 2 << 4,
    80 	GUI_PlaceProc_DesertArea      = 2 << 4,