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