src/news.h
changeset 8119 52b48108425a
parent 8106 e6790dd9e750
child 8138 dbfdc08fa6b9
equal deleted inserted replaced
8118:fa5fe5491657 8119:52b48108425a
     4 
     4 
     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 
    10 
    10 struct NewsItem {
    11 struct NewsItem {
    11 	StringID string_id; ///< Message text (sometimes also used for storing other info)
    12 	StringID string_id; ///< Message text (sometimes also used for storing other info)
    12 	uint16 duration;    ///< Remaining time for showing this news message
    13 	uint16 duration;    ///< Remaining time for showing this news message
    13 	Date date;          ///< Date of the news
    14 	Date date;          ///< Date of the news