news_gui.c
changeset 2159 f6284cf5fab0
parent 2150 f710b959b1c4
child 2163 b17b313113a0
equal deleted inserted replaced
2158:722042326977 2159:f6284cf5fab0
     8 #include "viewport.h"
     8 #include "viewport.h"
     9 #include "gfx.h"
     9 #include "gfx.h"
    10 #include "news.h"
    10 #include "news.h"
    11 #include "vehicle.h"
    11 #include "vehicle.h"
    12 #include "sound.h"
    12 #include "sound.h"
       
    13 #include "variables.h"
    13 
    14 
    14 /* News system
    15 /* News system
    15 News system is realized as a FIFO queue (in an array)
    16 News system is realized as a FIFO queue (in an array)
    16 The positions in the queue can't be rearranged, we only access
    17 The positions in the queue can't be rearranged, we only access
    17 the array elements through pointers to the elements. Once the
    18 the array elements through pointers to the elements. Once the