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