X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_miniworld.h;h=2be614187f2f42b94ab23af0832f5ae71b89ab81;hb=d171c9ad5de05c9ac8563fcf9f23760b93fb50f8;hp=693a1571f557488f0530d9108588c0365703bc94;hpb=2c91a71533b4ce86b9e7fd708420ae05c74d8f52;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_miniworld.h b/ent_miniworld.h index 693a157..2be6141 100644 --- a/ent_miniworld.h +++ b/ent_miniworld.h @@ -4,10 +4,16 @@ #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 ); #endif /* ENT_MINIWORLD_H */