src/news_func.h
changeset 9658 f5c4d3c04b5d
parent 9236 0c4f622cbcec
child 10123 f73d96619303
equal deleted inserted replaced
9657:e7e747f71cf6 9658:f5c4d3c04b5d
     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, NewsSubtype subtype, uint data_a, uint data_b);
    11 void AddNewsItem(StringID string, NewsSubtype subtype, uint data_a, uint data_b, void *free_data = NULL);
    12 void NewsLoop();
    12 void NewsLoop();
    13 void InitNewsItemStructs();
    13 void InitNewsItemStructs();
    14 
    14 
    15 extern NewsItem _statusbar_news_item;
    15 extern NewsItem _statusbar_news_item;
    16 extern bool _news_ticker_sound;
    16 extern bool _news_ticker_sound;