src/news_gui.h
author smatz
Mon, 22 Sep 2008 14:34:38 +0000
changeset 10177 41ce7529a331
parent 8976 1a8367713b73
permissions -rw-r--r--
(svn r14383) -Fix [FS#2316](r14343): handle invalid 'v->u.air.targetairport' in the NewGRF code, too
/* $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 */