summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.h b/window.h
index 2197616f7..bd4bb2f08 100644
--- a/window.h
+++ b/window.h
@@ -5,6 +5,7 @@
#include "macros.h"
#include "string.h"
+#include "order.h"
typedef struct WindowEvent WindowEvent;
@@ -433,6 +434,7 @@ typedef struct {
struct RefitOption *cargo;
struct RefitList *list;
uint length;
+ VehicleOrderID order;
} refit_d;
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d));