src/fsmport.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6863 13335bf10adb
child 6878 7d1ff2f621c7
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     3 /** @file fsmport.h Various (base) declarations for FSM built ports */
     3 /** @file fsmport.h Various (base) declarations for FSM built ports */
     4 
     4 
     5 #ifndef FSMPORT_H
     5 #ifndef FSMPORT_H
     6 #define FSMPORT_H
     6 #define FSMPORT_H
     7 
     7 
     8 #include "direction.h"
     8 #include "direction_type.h"
       
     9 #include "map_type.h"
     9 #include "fsmblockmap.h"
    10 #include "fsmblockmap.h"
    10 
    11 
    11 struct FSMPortMovingData {
    12 struct FSMPortMovingData {
    12 	int16 x;
    13 	int16 x;
    13 	int16 y;
    14 	int16 y;