Mercurial > hg > openttd
view src/toolbar_gui.h @ 9149:856095066478 draft
(svn r13011) -Codechange: move PlaceProc_BuyLand out of rail_gui.cpp to the place where it is used and remove some unneeded globalisations of some other PlaceProc functions.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Thu, 08 May 2008 13:30:50 +0000 |
parents | b053ca278abe |
children | 5cedbfe95435 |
line wrap: on
line source
/* $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*/