(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

This commit is contained in:
planetmaker
2011-07-20 16:19:48 +00:00
parent a70c37e4c9
commit 3045c3fd2a
4 changed files with 27 additions and 4 deletions

View File

@@ -13,6 +13,7 @@
#define TOOLBAR_GUI_H
void AllocateToolbar();
void ToggleBoundingBoxes();
extern int16 *_preferred_toolbar_size;