view src/news_gui.h @ 9396:bbf7586724f4 draft

(svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h
author peter1138 <peter1138@openttd.org>
date Wed, 28 May 2008 11:56:21 +0000
parents cbf8b2b89c08
children bc7926153e19
line wrap: on
line source

/* $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 */