(svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.

This commit is contained in:
rubidium
2007-12-19 19:44:29 +00:00
parent 41e8396f57
commit 8bfbfd0031
66 changed files with 161 additions and 151 deletions

View File

@@ -5,6 +5,8 @@
#ifndef NEWS_H
#define NEWS_H
#include "window_type.h"
struct NewsItem {
StringID string_id; ///< Message text (sometimes also used for storing other info)
uint16 duration; ///< Remaining time for showing this news message