Mercurial > hg > openttd
view src/transparency_gui.h @ 10499:45ca88a8de7d draft
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sun, 28 Dec 2008 14:37:19 +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 */