mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
This commit is contained in:
parent
a4a6168e95
commit
fe3c3f69ec
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ Used to load a development dll instead of a virtual machine
|
||||||
*/
|
*/
|
||||||
extern char *FS_BuildOSPath( const char *base, const char *game, const char *qpath );
|
extern char *FS_BuildOSPath( const char *base, const char *game, const char *qpath );
|
||||||
|
|
||||||
void * QDECL Sys_LoadDll( const char *name, char *fqpath , int (QDECL **entryPoint)(int, ...),
|
void * QDECL Sys_LoadDll( const char *name, char *fqpath , long (QDECL **entryPoint)(long, ...),
|
||||||
int (QDECL *systemcalls)(int, ...) ) {
|
long (QDECL *systemcalls)(long, ...) ) {
|
||||||
void *libHandle;
|
void *libHandle;
|
||||||
void (*dllEntry)( int (*syscallptr)(int, ...) );
|
void (*dllEntry)( int (*syscallptr)(int, ...) );
|
||||||
NSString *bundlePath, *libraryPath;
|
NSString *bundlePath, *libraryPath;
|
||||||
|
|
Loading…
Reference in a new issue