X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_load.h;h=b37bae35fcde5bb24d5e2853bacb5c383cc7bcbb;hb=c2ee05fe23699fd1de7e1d8259b9bc272b232058;hp=0b8a912b37e930d013b6ccdc93ac70f5943aee8d;hpb=5d5d5f394cbe2212769bc58a70fa622b4ed46205;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_load.h b/world_load.h index 0b8a912..b37bae3 100644 --- a/world_load.h +++ b/world_load.h @@ -8,15 +8,21 @@ #include "world_routes.h" #include "world_entity.h" #include "world_volumes.h" +#include "addon.h" struct{ - char name[64]; + addon_reg *reg; +#if 0 enum world_load_type{ + k_world_load_type_none, k_world_load_type_local, k_world_load_type_workshop /* unimplemented */ } location; +#endif + + char override_name[64]; int generate_point_cloud; u32 world_index; }