forgot to lock!
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_miniworld.h
index 693a1571f557488f0530d9108588c0365703bc94..73d0c46d67d19b171b3c5b7c127629b8ad52f784 100644 (file)
@@ -4,10 +4,20 @@
 #include "entity.h"
 
 struct {
-   u32 active_id; /* TODO: world references in entity ID */
+   ent_miniworld *active;
+   int transition;
+   int mode;
+   f32 t;
+
+   m4x3f mmdl;
+   camera cam;
+
+   ent_spawn *dest_spawn;
 }
 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 */