src/news_gui.h
author Tero Marttila <terom@fixme.fi>
Fri, 18 Jul 2008 22:41:08 +0300
changeset 11177 6d9a43c48924
parent 10236 62a0a74e7332
permissions -rw-r--r--
set the GRFConfig's next ptr to NULL
/* $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 */