Trace restrict: add train ownership conditional.

Infra sharing whitespace fix.
This commit is contained in:
Jonathan G Rennison
2015-12-15 20:30:20 +00:00
parent 95c532b134
commit 7673436d3a
9 changed files with 127 additions and 5 deletions

View File

@@ -12,10 +12,15 @@
#ifndef TOOLBAR_GUI_H
#define TOOLBAR_GUI_H
#include "company_type.h"
#include "widgets/dropdown_type.h"
void AllocateToolbar();
void ToggleBoundingBoxes();
void ToggleDirtyBlocks();
DropDownListItem *MakeCompanyDropDownListItem(CompanyID cid);
extern uint _toolbar_width;
#endif /* TOOLBAR_GUI_H */