(svn r12470) -Codechange: split order related types from order.h (and openttd.h) to order_type.h.
This commit is contained in:
@@ -361,15 +361,6 @@ struct smallmap_d {
|
||||
};
|
||||
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(smallmap_d));
|
||||
|
||||
struct refit_d {
|
||||
int sel;
|
||||
struct RefitOption *cargo;
|
||||
struct RefitList *list;
|
||||
uint length;
|
||||
VehicleOrderID order;
|
||||
};
|
||||
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d));
|
||||
|
||||
struct vp_d {
|
||||
VehicleID follow_vehicle;
|
||||
int32 scrollpos_x;
|
||||
|
Reference in New Issue
Block a user