mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
4dddd42e22
commit
804a4f78eb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue