Update readme and changelog for v1.27.0
[openttd-joker.git] / src / news_gui.h
blob966d0d5ff1a9a3c569c54cd3dec1369cd7428a76
1 /* $Id: news_gui.h 24842 2012-12-23 21:06:37Z frosch $ */
3 /*
4 * This file is part of OpenTTD.
5 * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
6 * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
7 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
8 */
10 /** @file news_gui.h GUI functions related to the news. */
12 #ifndef NEWS_GUI_H
13 #define NEWS_GUI_H
15 void ShowLastNewsMessage();
16 void ShowMessageHistory();
18 #endif /* NEWS_GUI_H */