src/newgrf_engine.h
changeset 8100 6bc08f98ec16
parent 7856 1a2d4c6922db
child 8198 a1d062c165b5
equal deleted inserted replaced
8099:b4ecb5bca80c 8100:6bc08f98ec16
     4 
     4 
     5 #ifndef NEWGRF_ENGINE_H
     5 #ifndef NEWGRF_ENGINE_H
     6 #define NEWGRF_ENGINE_H
     6 #define NEWGRF_ENGINE_H
     7 
     7 
     8 #include "newgrf.h"
     8 #include "newgrf.h"
     9 #include "direction.h"
     9 #include "direction_type.h"
    10 #include "newgrf_cargo.h"
    10 #include "newgrf_cargo.h"
    11 
    11 
    12 extern int _traininfo_vehicle_pitch;
    12 extern int _traininfo_vehicle_pitch;
    13 extern int _traininfo_vehicle_width;
    13 extern int _traininfo_vehicle_width;
    14 
    14