Files @ r9002:4068af463db3
Branch filter:

Location: cpp/openttd-patchpack/source/src/toolbar_gui.h

bjarni
(svn r12797) -Codechange: [autoreplace] moved wagon removal to a function of it's own
/* $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*/