Mercurial > hg > openttd
view src/toolbar_gui.h @ 12433:c3588e7cb8f6 draft
(svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains in depot) and variable 1E/9E bit 3 (wagon width in depot) into grf-local variables.
author | frosch <frosch@openttd.org> |
---|---|
date | Fri, 17 Jul 2009 22:00:13 +0000 |
parents | 82c90cd591ab |
children | bc7926153e19 |
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 */