src/toolbar_gui.h
author smatz
Fri, 25 Apr 2008 16:33:40 +0000
changeset 10363 d47dabff0d29
parent 10235 684949ed0f03
child 10562 a9ba187756d8
permissions -rw-r--r--
(svn r12904) -Fix [FS#1953]: remove trams from savegames saved in OTTD without tram support, it is better than to simply crash
/* $Id$ */

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

#ifndef TOOLBAR_GUI_H
#define TOOLBAR_GUI_H

#include "window_type.h"

Window *AllocateToolbar();

#endif /*TOOLBAR_GUI_H*/