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