review save method
[carveJwlIkooP6JGAAIwe30JlM.git] / world_gate.h
index b45c70d86c0f1ce3efb3896d1fa11dd79a3a97cc..89040fd811583e7812fa6faaa54e133f862ed332 100644 (file)
@@ -20,12 +20,13 @@ VG_STATIC void world_gates_init(void);
 VG_STATIC void gate_transform_update( ent_gate *gate );
 VG_STATIC void world_link_nonlocal_async( void *payload, u32 size );
 VG_STATIC void world_unlink_nonlocal( world_instance *world );
-VG_STATIC int render_gate( world_instance *world_inside,
+VG_STATIC int render_gate( world_instance *world, world_instance *world_inside,
                            ent_gate *gate, camera *cam, int layer_depth );
 
 VG_STATIC int gate_intersect( ent_gate *gate, v3f pos, v3f last );
 VG_STATIC ent_gate *world_intersect_gates( world_instance *world,
                                            v3f pos, v3f last );
 
+VG_STATIC void ent_gate_call( world_instance *world, ent_call *call );
 
 #endif /* WORLD_GATE_H */