src/news_gui.h
author rubidium
Tue, 28 Oct 2008 15:47:42 +0000
changeset 10300 e336f1784ba4
parent 8976 1a8367713b73
permissions -rw-r--r--
(svn r14541) -Fix (r14540): mingw didn't like it :(
/* $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 */