forked from mirror/OpenTTD
(svn r12768) -Codechange: move the statusbar GUI to it's own file.
This commit is contained in:
12
src/news_gui.h
Normal file
12
src/news_gui.h
Normal 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 */
|
Reference in New Issue
Block a user