X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skaterift.h;h=b729bf7726074c31396cd42494af1468c553fc34;hb=5d5d5f394cbe2212769bc58a70fa622b4ed46205;hp=b76fd1dc69d52b8c085d6ab837223cec1bbf10ae;hpb=0310bab3c018e23f5516c3e3c3653b844a8106ed;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift.h b/skaterift.h index b76fd1d..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{ @@ -9,7 +10,8 @@ struct{ k_async_op_clientloading, k_async_op_world_preloading, k_async_op_world_loading, - k_async_op_cloud_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,