summaryrefslogtreecommitdiff
path: root/src/news.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-19 19:44:29 +0000
committerrubidium <rubidium@openttd.org>2007-12-19 19:44:29 +0000
commit8bfbfd0031bd155440432759cd6b2af0df1bccbd (patch)
tree1dade1883c85d5d6b12a252b91884e8e05409974 /src/news.h
parent41e8396f574f958d7ecc016f4c7cc8260e846fa4 (diff)
downloadopenttd-8bfbfd0031bd155440432759cd6b2af0df1bccbd.tar.xz
(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.
Diffstat (limited to 'src/news.h')
-rw-r--r--src/news.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/news.h b/src/news.h
index 436f2e40f..1330f9aa1 100644
--- a/src/news.h
+++ b/src/news.h
@@ -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