src/toolbar_gui.h
author rubidium
Thu, 12 Jun 2008 14:41:29 +0000
changeset 10936 9bd0503ae2c6
parent 10562 a9ba187756d8
permissions -rw-r--r--
(svn r13489) -Fix: first determine where to *exactly* build a house before asking a NewGRF whether the location is good instead of possibly moving the house a tile after the NewGRF said the location is good.
/* $Id$ */

/** @file toolbar_gui.h Stuff related to the (main) toolbar. */

#ifndef TOOLBAR_GUI_H
#define TOOLBAR_GUI_H

void AllocateToolbar();

#endif /*TOOLBAR_GUI_H*/