32 void TIKI_CalcLodConsts(lodControl_t *LOD);
33 qboolean TIKI_LoadSKB(
const char *path,
skelcache_t *cache);
34 qboolean TIKI_LoadSKD(
const char *path,
skelcache_t *cache);
35 skelHeaderGame_t *TIKI_GetSkel(
int index);
36 int TIKI_GetSkelCache(skelHeaderGame_t *pSkel);
37 void TIKI_FreeSkel(
int index);
40 skelcache_t *TIKI_FindSkelByHeader(skelHeaderGame_t *skelmodel);
42 int TIKI_RegisterSkel(
const char *path, dtiki_t *tiki);
44 void SaveLODFile(
const char *path, lodControl_t *LOD);
Definition tiki_shared.h:426