src/viewport.h
branchcustombridgeheads
changeset 5650 aefc131bf5ce
parent 5643 3778051e8095
child 5919 2b58160d667d
equal deleted inserted replaced
5649:55c8267c933f 5650:aefc131bf5ce
   137 	TileIndex redsq;
   137 	TileIndex redsq;
   138 } TileHighlightData;
   138 } TileHighlightData;
   139 
   139 
   140 
   140 
   141 // common button handler
   141 // common button handler
   142 bool HandlePlacePushButton(Window *w, int widget, uint32 cursor, int mode, PlaceProc *placeproc);
   142 bool HandlePlacePushButton(Window *w, int widget, CursorID cursor, int mode, PlaceProc *placeproc);
   143 
   143 
   144 VARDEF Point _tile_fract_coords;
   144 VARDEF Point _tile_fract_coords;
   145 
   145 
   146 extern TileHighlightData _thd;
   146 extern TileHighlightData _thd;
   147 
   147