summaryrefslogtreecommitdiff
path: root/src/toolbar_gui.h
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2011-07-20 16:19:48 +0000
committerplanetmaker <planetmaker@openttd.org>2011-07-20 16:19:48 +0000
commit3045c3fd2a84290abfc8c1510cd0a24aa7ce38b0 (patch)
treefaed26decb8171d7e54e213f3e3c3f36ffe653b2 /src/toolbar_gui.h
parenta70c37e4c9b80872b9fca1fb5707743854198ecf (diff)
downloadopenttd-3045c3fd2a84290abfc8c1510cd0a24aa7ce38b0.tar.xz
(svn r22675) -Change: Add a menu entry for the sprite bounding box debuging feature in the help menu and enable bounding boxes only in conjunction with the newgrf developer tools
Diffstat (limited to 'src/toolbar_gui.h')
-rw-r--r--src/toolbar_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/toolbar_gui.h b/src/toolbar_gui.h
index a731f0123..59c7c6efb 100644
--- a/src/toolbar_gui.h
+++ b/src/toolbar_gui.h
@@ -13,6 +13,7 @@
#define TOOLBAR_GUI_H
void AllocateToolbar();
+void ToggleBoundingBoxes();
extern int16 *_preferred_toolbar_size;