(svn r14547) -Fix: order pool seemed to look full when it was not as it only checked whether it was possible to allocate a new block of pool items instead of checking for free pool items.
/* $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 */