Mercurial > hg > openttd
view src/transparency_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 | d48433370037 |
children | bc7926153e19 |
line wrap: on
line source
/* $Id$ */ /** @file transparency_gui.h GUI functions related to transparency. */ #ifndef TRANSPARENCY_GUI_H #define TRANSPARENCY_GUI_H void ShowTransparencyToolbar(); #endif /* TRANSPARENCY_GUI_H */