src/news_gui.cpp
changeset 8114 dd6d21dc99c1
parent 8107 bb7deea89175
child 8121 3bc6351e7369
equal deleted inserted replaced
8113:31b7784db761 8114:dd6d21dc99c1
     2 
     2 
     3 
     3 
     4 #include "stdafx.h"
     4 #include "stdafx.h"
     5 #include "openttd.h"
     5 #include "openttd.h"
     6 #include "functions.h"
     6 #include "functions.h"
     7 #include "strings.h"
       
     8 #include "table/sprites.h"
     7 #include "table/sprites.h"
     9 #include "table/strings.h"
     8 #include "table/strings.h"
    10 #include "gui.h"
     9 #include "gui.h"
    11 #include "window_gui.h"
    10 #include "window_gui.h"
    12 #include "viewport.h"
    11 #include "viewport.h"
    16 #include "sound.h"
    15 #include "sound.h"
    17 #include "variables.h"
    16 #include "variables.h"
    18 #include "date.h"
    17 #include "date.h"
    19 #include "string.h"
    18 #include "string.h"
    20 #include "transparency.h"
    19 #include "transparency.h"
       
    20 #include "strings_func.h"
    21 
    21 
    22 /** @file news_gui.cpp
    22 /** @file news_gui.cpp
    23  *
    23  *
    24  * News system is realized as a FIFO queue (in an array)
    24  * News system is realized as a FIFO queue (in an array)
    25  * The positions in the queue can't be rearranged, we only access
    25  * The positions in the queue can't be rearranged, we only access