summaryrefslogtreecommitdiff
path: root/src/news_gui.h
blob: ba0a0a93ffb96265dab72dd8d386b26973a1573e (plain)
1
2
3
4
5
6
7
8
9
10
11
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 */