(svn r13652) [NoAI] -Fix: throw thread-exit-signal with a custom class, not with the value '0', which might be captured by a lot of other layers
/* $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 */