* Fix some grammar in DLL loading
* s/Sys_LoadQVMDll/Sys_LoadGameDll/
This commit is contained in:
parent
06628af7c5
commit
85ae08e800
3 changed files with 10 additions and 10 deletions
|
@ -1071,7 +1071,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 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue