Files @ r9211:ed60710b275b
Branch filter:

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

smatz
(svn r13077) -Codechange: move function that updates cached num_engines to engine.cpp, make it run only 1 loop
/* $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*/