Files @ r9952:9c0d3f3bcba8
Branch filter:

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

smatz
(svn r14107) -Codechange: marking reserved tile dirty twice (and even when patch option is off) is not needed
/* $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 */