equal
deleted
inserted
replaced
6 #define NEWS_FUNC_H |
6 #define NEWS_FUNC_H |
7 |
7 |
8 #include "news_type.h" |
8 #include "news_type.h" |
9 #include "vehicle_type.h" |
9 #include "vehicle_type.h" |
10 |
10 |
11 void AddNewsItem(StringID string, NewsMode mode, NewsFlag flag, NewsType type, NewsCallback callback, uint data_a, uint data_b); |
11 void AddNewsItem(StringID string, NewsSubtype subtype, uint data_a, uint data_b); |
12 void NewsLoop(); |
12 void NewsLoop(); |
13 void DrawNewsBorder(const Window *w); |
|
14 void InitNewsItemStructs(); |
13 void InitNewsItemStructs(); |
15 |
14 |
16 extern NewsItem _statusbar_news_item; |
15 extern NewsItem _statusbar_news_item; |
17 extern bool _news_ticker_sound; |
16 extern bool _news_ticker_sound; |
18 |
17 |