29 const char *TIKI_FileExtension(
const char *in);
30 void TIKI_ParseFrameCommands(dloaddef_t *ld,
dloadframecmd_t **cmdlist,
int maxcmds,
int *numcmds);
31 void TIKI_ParseAnimationCommands(dloaddef_t *ld,
dloadanim_t *anim);
32 void TIKI_ParseAnimationFlags(dloaddef_t *ld,
dloadanim_t *anim);
33 void TIKI_ParseAnimationsFail(dloaddef_t *ld);
34 qboolean TIKI_ParseIncludes(dloaddef_t *ld);
35 void TIKI_ParseAnimations(dloaddef_t *ld);
36 int TIKI_ParseSurfaceFlag(
const char *token);
37 void TIKI_InitSetup(dloaddef_t *ld);
41 qboolean TIKI_LoadSetupCaseHeader(
45 int *numSurfacesSetUp,
50 qboolean TIKI_LoadSetupCase(
54 int *numSurfacesSetUp,
59 qboolean TIKI_LoadSetup(
63 int *numSurfacesSetUp,
68 bool TIKI_strstr(
const char *s,
const char *substring);
71 qboolean TIKI_ParseSetup(dloaddef_t *ld);
72 void TIKI_ParseInitCommands(dloaddef_t *ld,
dloadinitcmd_t **cmdlist,
int maxcmds,
int *numcmds);
73 void TIKI_ParseInit(dloaddef_t *ld);
74 qboolean TIKI_ParseCase(dloaddef_t *ld);
80void WriteSkelmodel(dloaddef_t* ld,
const char* name);