X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.h;h=6f384400b7962beafeeabc2adf7705a448a38d94;hb=35b57a341eb37d863ec69e4f011a88b7bfba5c01;hp=89040fd811583e7812fa6faaa54e133f862ed332;hpb=44459e0aa734b6a090d60a309e29a9a2a232c731;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.h b/world_gate.h index 89040fd..6f38440 100644 --- a/world_gate.h +++ b/world_gate.h @@ -28,5 +28,6 @@ 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 */