Home
last modified time | relevance | path

Searched refs:CL_G2API_InitGhoul2Model (Results 1 – 2 of 2) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_uiapi.cpp298 static int CL_G2API_InitGhoul2Model( void **ghoul2Ptr, const char *fileName, int modelIndex, qhandl… in CL_G2API_InitGhoul2Model() function
1166 …return CL_G2API_InitGhoul2Model((void **)VMA(1), (const char *)VMA(2), args[3], (qhandle_t) args[4… in CL_UISystemCalls()
1398 uii.G2API_InitGhoul2Model = CL_G2API_InitGhoul2Model; in CL_BindUI()
H A Dcl_cgameapi.cpp508 static int CL_G2API_InitGhoul2Model( void **ghoul2Ptr, const char *fileName, int modelIndex, qhandl… in CL_G2API_InitGhoul2Model() function
1501 …return CL_G2API_InitGhoul2Model((void **)VMA(1), (const char *)VMA(2), args[3], (qhandle_t) args[4… in CL_CgameSystemCalls()
1865 cgi.G2API_InitGhoul2Model = CL_G2API_InitGhoul2Model; in CL_BindCGame()