up network version
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_miniworld.h
index 73b660eafed88bf770fea3e4304c97bec70f9f7a..e963a09f549ce63dc822b6f0fa02767b691c7075 100644 (file)
@@ -4,10 +4,17 @@
 #include "entity.h"
 
 struct {
-   u32 active_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 */