diff options
author | rubidium <rubidium@openttd.org> | 2008-03-28 16:34:50 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-28 16:34:50 +0000 |
commit | 878489e38dc875e644c5de25f690c4aa64aa2d19 (patch) | |
tree | 23f7fccf6188a92b23e3ba940ae3cc7e798d5db5 /src/order.h | |
parent | 58e6e75320a3d6ca864625f6dbd2cbb961997edc (diff) | |
download | openttd-878489e38dc875e644c5de25f690c4aa64aa2d19.tar.xz |
(svn r12469) -Codechange: split type related stuff from group.h (and openttd.h) to group_type.h.
Diffstat (limited to 'src/order.h')
-rw-r--r-- | src/order.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/order.h b/src/order.h index 952cfa760..b9557adce 100644 --- a/src/order.h +++ b/src/order.h @@ -11,6 +11,7 @@ #include "vehicle_type.h" #include "tile_type.h" #include "date_type.h" +#include "group_type.h" typedef uint16 DestinationID; |