49 void SetTileSelectSize(int w, int h); |
49 void SetTileSelectSize(int w, int h); |
50 void SetTileSelectBigSize(int ox, int oy, int sx, int sy); |
50 void SetTileSelectBigSize(int ox, int oy, int sx, int sy); |
51 |
51 |
52 Vehicle *CheckMouseOverVehicle(); |
52 Vehicle *CheckMouseOverVehicle(); |
53 |
53 |
54 void VpSelectTilesWithMethod(int x, int y, ViewportPlaceMethod method); |
|
55 void VpStartPlaceSizing(TileIndex tile, ViewportPlaceMethod method, byte process); |
|
56 void VpSetPresizeRange(TileIndex from, TileIndex to); |
|
57 void VpSetPlaceSizingLimit(int limit); |
|
58 |
|
59 void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom); |
54 void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom); |
60 |
55 |
61 void ResetObjectToPlace(); |
56 void ResetObjectToPlace(); |
62 |
57 |
63 bool ScrollWindowTo(int x, int y, Window *w, bool instant = false); |
58 bool ScrollWindowTo(int x, int y, Window *w, bool instant = false); |