src/news_gui.h
author Tero Marttila <terom@fixme.fi>
Fri, 18 Jul 2008 21:28:42 +0300
changeset 11175 020c61e39c94
parent 10236 62a0a74e7332
permissions -rw-r--r--
added a GCS_AVAILABLE status, and changed the colours used in the download GUI
/* $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 */