src/order.h
changeset 8119 52b48108425a
parent 8113 31b7784db761
child 8138 dbfdc08fa6b9
equal deleted inserted replaced
8118:fa5fe5491657 8119:52b48108425a
     5 #ifndef ORDER_H
     5 #ifndef ORDER_H
     6 #define ORDER_H
     6 #define ORDER_H
     7 
     7 
     8 #include "oldpool.h"
     8 #include "oldpool.h"
     9 #include "core/bitmath_func.hpp"
     9 #include "core/bitmath_func.hpp"
       
    10 #include "cargo_type.h"
       
    11 #include "vehicle_type.h"
    10 
    12 
    11 enum {
    13 enum {
    12 	INVALID_VEH_ORDER_ID = 0xFF,
    14 	INVALID_VEH_ORDER_ID = 0xFF,
    13 };
    15 };
    14 
    16