equal
deleted
inserted
replaced
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 |