X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=skaterift.h;h=b729bf7726074c31396cd42494af1468c553fc34;hb=5d5d5f394cbe2212769bc58a70fa622b4ed46205;hp=5d250a1fe7e0978afcdd278bde4f436823065d95;hpb=63b5ac44f74599b21c4b9b18398c29b797337bea;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift.h b/skaterift.h index 5d250a1..b729bf7 100644 --- a/skaterift.h +++ b/skaterift.h @@ -2,6 +2,7 @@ #define SKATERIFT_H #include "common.h" +#include "world.h" struct{ enum async_operation{ @@ -10,6 +11,7 @@ struct{ k_async_op_world_preloading, k_async_op_world_loading, k_async_op_world_scan, + k_async_op_world_load_preview, k_workshop_form_op_loading_model, k_workshop_form_op_downloading_submission, k_workshop_form_op_publishing_update,