src/toolbar_gui.h
author rubidium
Fri, 04 Jul 2008 18:42:04 +0000
changeset 9619 9cf5022932aa
parent 9240 1bba02a64d65
permissions -rw-r--r--
(svn r13675) -Fix: memory leak when NewGRFs got forcefully disabled and they defined GOTO labels.
/* $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*/