Files @ r9055:b63bb8f5014e
Branch filter:

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

rubidium
(svn r12897) -Codechange: some coding style in station_cmd.cpp.
/* $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*/