engine, filesystem: unify GetNativeObject between all the APIs. Allow getting filesystem APIs through GetNativeObject

This commit is contained in:
Alibek Omarov
2023-10-31 21:25:11 +03:00
parent 5ea074a1fd
commit 597429cf41
12 changed files with 57 additions and 33 deletions

View File

@@ -18,7 +18,6 @@ typedef void *HMODULE;
HMODULE g_hModule;
FSAPI g_pfnGetFSAPI;
typedef void *(*pfnCreateInterface_t)( const char *, int * );
pfnCreateInterface_t g_pfnCreateInterface;
fs_api_t g_fs;
fs_globals_t *g_nullglobals;