Mercurial > hg > openttd
view src/news_gui.h @ 9281:084086b60da8 draft
(svn r13147) -Codechange: move the code to draw bankruptcy news to news_gui.cpp.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sat, 17 May 2008 21:13:05 +0000 |
parents | cbf8b2b89c08 |
children | bc7926153e19 |
line wrap: on
line source
/* $Id$ */ /** @file news_gui.h GUI functions related to the news. */ #ifndef NEWS_GUI_H #define NEWS_GUI_H void ShowLastNewsMessage(); void ShowMessageOptions(); void ShowMessageHistory(); #endif /* NEWS_GUI_H */