src/news.h
changeset 8634 5ffca02f9115
parent 8615 6b91ca653bad
child 8636 2b158acb649c
equal deleted inserted replaced
8633:3e7dd482e9cc 8634:5ffca02f9115
     5 #ifndef NEWS_H
     5 #ifndef NEWS_H
     6 #define NEWS_H
     6 #define NEWS_H
     7 
     7 
     8 #include "window_type.h"
     8 #include "window_type.h"
     9 #include "vehicle_type.h"
     9 #include "vehicle_type.h"
       
    10 #include "tile_type.h"
    10 
    11 
    11 struct NewsItem {
    12 struct NewsItem {
    12 	StringID string_id; ///< Message text (sometimes also used for storing other info)
    13 	StringID string_id; ///< Message text (sometimes also used for storing other info)
    13 	uint16 duration;    ///< Remaining time for showing this news message
    14 	uint16 duration;    ///< Remaining time for showing this news message
    14 	Date date;          ///< Date of the news
    15 	Date date;          ///< Date of the news