src/order.h
changeset 8615 6b91ca653bad
parent 8609 8c0c3e9dd6a0
child 8634 5ffca02f9115
equal deleted inserted replaced
8614:21126f54f5c8 8615:6b91ca653bad
     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