Files @ r9948:63e8eb59806b
Branch filter:

Location: cpp/openttd-patchpack/source/src/news_gui.h

smatz
(svn r14103) -Fix [YAPP]: flooded trains didn't free their reservation
/* $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 */