src/news_gui.h
author truebrain
Sun, 15 Jun 2008 23:19:05 +0000
branchnoai
changeset 10975 6bbc826d7812
parent 10249 58810805030e
permissions -rw-r--r--
(svn r13529) [NoAI] -Fix: don't suggest something is DiagDirection if it in fact isn't
/* $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 */