src/news_gui.h
changeset 8976 1a8367713b73
equal deleted inserted replaced
8975:678648173fcf 8976:1a8367713b73
       
     1 /* $Id$ */
       
     2 
       
     3 /** @file news_gui.h GUI functions related to the news. */
       
     4 
       
     5 #ifndef NEWS_GUI_H
       
     6 #define NEWS_GUI_H
       
     7 
       
     8 void ShowLastNewsMessage();
       
     9 void ShowMessageOptions();
       
    10 void ShowMessageHistory();
       
    11 
       
    12 #endif /* NEWS_GUI_H */