summaryrefslogtreecommitdiff
path: root/src/viewport_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-08 13:21:55 +0000
committerrubidium <rubidium@openttd.org>2008-05-08 13:21:55 +0000
commitcabd771fc0b99d42aaa7e172172ad39211933461 (patch)
tree5b59a1c33296df3cf6d606314b7975d74eed399c /src/viewport_func.h
parente48a351f8e006b19d9e2c7bf9ef672a1e141d85f (diff)
downloadopenttd-cabd771fc0b99d42aaa7e172172ad39211933461.tar.xz
(svn r13009) -Codechange: move more tile highlighting related functions/types to tilehighlight_*.h.
Diffstat (limited to 'src/viewport_func.h')
-rw-r--r--src/viewport_func.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/viewport_func.h b/src/viewport_func.h
index 7be3e733e..3cada2a1d 100644
--- a/src/viewport_func.h
+++ b/src/viewport_func.h
@@ -51,11 +51,6 @@ void SetTileSelectBigSize(int ox, int oy, int sx, int sy);
Vehicle *CheckMouseOverVehicle();
-void VpSelectTilesWithMethod(int x, int y, ViewportPlaceMethod method);
-void VpStartPlaceSizing(TileIndex tile, ViewportPlaceMethod method, byte process);
-void VpSetPresizeRange(TileIndex from, TileIndex to);
-void VpSetPlaceSizingLimit(int limit);
-
void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom);
void ResetObjectToPlace();