equal
deleted
inserted
replaced
32 #include "date_func.h" |
32 #include "date_func.h" |
33 #include "vehicle_func.h" |
33 #include "vehicle_func.h" |
34 #include "sound_func.h" |
34 #include "sound_func.h" |
35 #include "functions.h" |
35 #include "functions.h" |
36 #include "variables.h" |
36 #include "variables.h" |
|
37 #include "autoreplace_func.h" |
|
38 #include "autoreplace_gui.h" |
37 |
39 |
38 void Aircraft::UpdateDeltaXY(Direction direction) |
40 void Aircraft::UpdateDeltaXY(Direction direction) |
39 { |
41 { |
40 uint32 x; |
42 uint32 x; |
41 #define MKIT(a, b, c, d) ((a & 0xFF) << 24) | ((b & 0xFF) << 16) | ((c & 0xFF) << 8) | ((d & 0xFF) << 0) |
43 #define MKIT(a, b, c, d) ((a & 0xFF) << 24) | ((b & 0xFF) << 16) | ((c & 0xFF) << 8) | ((d & 0xFF) << 0) |