Making MD3 tags work properly.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@664 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-12-21 04:31:26 +00:00
parent 4dddd42e22
commit 804a4f78eb
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ extern void FNC(Mod_NowLoadExternal) (void);
extern void FNC(Mod_Think) (void);
extern void (*Mod_GetTag) (struct model_s *model, int tagnum, int frame, float **org, float **axis);
extern int (*Mod_TagNumForName) (struct model_s *model, char *name);
#undef FNC