review save method
[carveJwlIkooP6JGAAIwe30JlM.git] / world_gate.h
index 4b3299aded23d2e47caf2b18388c361268e7e873..89040fd811583e7812fa6faaa54e133f862ed332 100644 (file)
@@ -27,5 +27,6 @@ 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 */