summaryrefslogtreecommitdiff
path: root/src/news.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-13 14:37:30 +0000
committerrubidium <rubidium@openttd.org>2008-01-13 14:37:30 +0000
commitdc87b05e8c61b03d5fb2246768ce58bf66edf93a (patch)
treecc5b7b73252db061672a4947b441f4aaa189191e /src/news.h
parent2f9aab3217b0b219dcd546a4cb007ab140c7053c (diff)
downloadopenttd-dc87b05e8c61b03d5fb2246768ce58bf66edf93a.tar.xz
(svn r11834) -Codechange: only include settings_type.h if needed.
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 08b1069ac..075378326 100644
--- a/src/news.h
+++ b/src/news.h
@@ -50,6 +50,8 @@ void DrawNewsBorder(const Window *w);
void InitNewsItemStructs();
extern NewsItem _statusbar_news_item;
+extern uint32 _news_display_opt;
+extern bool _news_ticker_sound;
/** Type of news. */
enum NewsType {