X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_miniworld.h;h=e963a09f549ce63dc822b6f0fa02767b691c7075;hb=859178c6d4b2a9b9a95f8b01b113f589ce0f197f;hp=693a1571f557488f0530d9108588c0365703bc94;hpb=2c91a71533b4ce86b9e7fd708420ae05c74d8f52;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_miniworld.h b/ent_miniworld.h index 693a157..e963a09 100644 --- a/ent_miniworld.h +++ b/ent_miniworld.h @@ -4,10 +4,17 @@ #include "entity.h" struct { - u32 active_id; /* TODO: world references in entity ID */ + ent_miniworld *active; + int transition; + f32 t; + + m4x3f mmdl; + camera cam; } static global_miniworld; static void ent_miniworld_call( world_instance *world, ent_call *call ); +static void ent_miniworld_render( world_instance *host_world, camera *cam ); +static void ent_miniworld_goback(void); #endif /* ENT_MINIWORLD_H */