view src/toolbar_gui.h @ 10831:31f766ee053b draft

(svn r15166) -Codechange: reduce number of includes in afterload.cpp
author smatz <smatz@openttd.org>
date Tue, 20 Jan 2009 13:56:35 +0000
parents 5cedbfe95435
children 82c90cd591ab
line wrap: on
line source

/* $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*/