MCPcopy Create free account
hub / github.com/JACoders/OpenJK / dllEntry

Function dllEntry

code/cgame/cg_syscalls.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31static intptr_t (QDECL *Q_syscall)( intptr_t arg, ... ) = (intptr_t (QDECL *)( intptr_t, ...))-1;
32
33extern "C" Q_EXPORT void QDECL dllEntry( intptr_t (QDECL *syscallptr)( intptr_t arg, ... ) ) {
34 Q_syscall = syscallptr;
35 CG_PreInit();
36}
37
38
39inline int PASSFLOAT( float x ) {

Callers 1

CL_InitCGameVMFunction · 0.50

Calls 1

CG_PreInitFunction · 0.70

Tested by

no test coverage detected