src/newgrf_station.cpp
changeset 8615 6b91ca653bad
parent 8614 21126f54f5c8
child 8617 931e0970d509
equal deleted inserted replaced
8614:21126f54f5c8 8615:6b91ca653bad
     3 /** @file newgrf_station.cpp Functions for dealing with station classes and custom stations. */
     3 /** @file newgrf_station.cpp Functions for dealing with station classes and custom stations. */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "variables.h"
     7 #include "variables.h"
     8 #include "functions.h"
     8 #include "tile_cmd.h"
     9 #include "landscape.h"
     9 #include "landscape.h"
    10 #include "debug.h"
    10 #include "debug.h"
    11 #include "sprite.h"
    11 #include "sprite.h"
    12 #include "table/sprites.h"
    12 #include "table/sprites.h"
    13 #include "table/strings.h"
    13 #include "table/strings.h"