X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.h;h=89040fd811583e7812fa6faaa54e133f862ed332;hb=4b8fc63f926737ca0593a4e471550f9f4995c538;hp=4b3299aded23d2e47caf2b18388c361268e7e873;hpb=6ab4435fb19beb6af6c52691793d5ca17a120f69;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.h b/world_gate.h index 4b3299a..89040fd 100644 --- a/world_gate.h +++ b/world_gate.h @@ -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 */