Mercurial > hg > openttd
view src/toolbar_gui.h @ 10515:7156262cf0c9 draft
(svn r14772) -Codechange: make the "dump log of game to reproduce" desync debug stuff a runtime configurable debug option instead of a compile time option.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Mon, 29 Dec 2008 21:50:25 +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*/