now fall in immobile mode
[carveJwlIkooP6JGAAIwe30JlM.git] / world_gate.h
index 4b3299aded23d2e47caf2b18388c361268e7e873..6f384400b7962beafeeabc2adf7705a448a38d94 100644 (file)
@@ -27,5 +27,7 @@ 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 );
+VG_STATIC void ent_gate_get_mdl_mtx( ent_gate *gate, m4x3f mmdl );
 
 #endif /* WORLD_GATE_H */