diff --git a/engine/client/render.h b/engine/client/render.h index ff71d2c98..9fe7d9ce7 100644 --- a/engine/client/render.h +++ b/engine/client/render.h @@ -237,6 +237,7 @@ void R_SetVrect (vrect_t *pvrect, vrect_t *pvrectin, int lineadj); void GLMod_Init (void); void GLMod_GetTag(struct model_s *model, int tagnum, int frame, float **org, float **axis); +int GLMod_TagNumForName(struct model_s *model, char *name); void GLMod_ClearAll (void); struct model_s *GLMod_ForName (char *name, qboolean crash); struct model_s *GLMod_FindName (char *name);