src/news_gui.cpp
changeset 8157 1505def01945
parent 8144 65cec0877b78
child 8214 971f861d5543
equal deleted inserted replaced
8156:7c7f8e9f68f1 8157:1505def01945
     7 #include "table/strings.h"
     7 #include "table/strings.h"
     8 #include "gui.h"
     8 #include "gui.h"
     9 #include "window_gui.h"
     9 #include "window_gui.h"
    10 #include "viewport.h"
    10 #include "viewport.h"
    11 #include "news.h"
    11 #include "news.h"
    12 #include "sound.h"
       
    13 #include "variables.h"
    12 #include "variables.h"
    14 #include "string.h"
    13 #include "string.h"
    15 #include "transparency.h"
    14 #include "transparency.h"
    16 #include "strings_func.h"
    15 #include "strings_func.h"
    17 #include "window_func.h"
    16 #include "window_func.h"
    18 #include "date_func.h"
    17 #include "date_func.h"
    19 #include "vehicle_base.h"
    18 #include "vehicle_base.h"
       
    19 #include "sound_func.h"
    20 
    20 
    21 /** @file news_gui.cpp
    21 /** @file news_gui.cpp
    22  *
    22  *
    23  * News system is realized as a FIFO queue (in an array)
    23  * News system is realized as a FIFO queue (in an array)
    24  * The positions in the queue can't be rearranged, we only access
    24  * The positions in the queue can't be rearranged, we only access