31 extern int cache_numskel;
32 extern int cache_maxskel;
35 void TIKI_AddPointToBounds(
float *v,
float *mins,
float *maxs);
36 void TIKI_Message(
const char *fmt, ...);
37 void TIKI_Warning(
const char *fmt, ...);
38 void TIKI_Error(
const char *fmt, ...);
40 TIKI_SetupIndividualSurface(
const char *filename, dtikisurface_t *surf,
const char *name,
dloadsurface_t *loadsurf);
41 size_t TIKI_CalcAnimDefSize(dloaddef_t *ld);
42 dtikianim_t *TIKI_FillTIKIStructureSkel(dloaddef_t *ld);
Definition tiki_shared.h:426