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);
38 dloadanim_t *TIKI_AllocAnim(dloaddef_t *ld);
41 qboolean TIKI_LoadSetupCaseHeader(
44 dloadsurface_t *loadsurfaces,
45 int *numSurfacesSetUp,
48 con_map<str, str> *keyValues
50 qboolean TIKI_LoadSetupCase(
53 dloadsurface_t *loadsurfaces,
54 int *numSurfacesSetUp,
57 con_map<str, str> *keyValues
59 qboolean TIKI_LoadSetup(
62 dloadsurface_t *loadsurfaces,
63 int *numSurfacesSetUp,
66 con_map<str, str> *keyValues
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);