diff options
Diffstat (limited to 'window.h')
-rw-r--r-- | window.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -431,6 +431,8 @@ assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(facesel_d)); typedef struct { int sel; CargoID cargo; + struct RefitList *list; + uint length; } refit_d; assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d)); |