From 5de808957b859d8bf56a8881d69aef057ccc092b Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 3 Aug 2011 14:32:49 +0000 Subject: * Fix some grammar in DLL loading * s/Sys_LoadQVMDll/Sys_LoadGameDll/ --- src/qcommon/qcommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qcommon/qcommon.h') diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index 16b54e33..caabf7f4 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -1042,7 +1042,7 @@ typedef enum { void Sys_Init (void); // general development dll loading for virtual machine testing -void * QDECL Sys_LoadQVMDll( const char *name, intptr_t (QDECL **entryPoint)(int, ...), +void * QDECL Sys_LoadGameDll( const char *name, intptr_t (QDECL **entryPoint)(int, ...), intptr_t (QDECL *systemcalls)(intptr_t, ...) ); void Sys_UnloadDll( void *dllHandle ); -- cgit