(svn r12768) -Codechange: move the statusbar GUI to it's own file.

This commit is contained in:
rubidium
2008-04-18 15:13:45 +00:00
parent dc16b4f2b4
commit 8c2c7c27ea
7 changed files with 204 additions and 158 deletions

12
src/news_gui.h Normal file
View File

@@ -0,0 +1,12 @@
/* $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 */