mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: fix searching filesystem_stdio on mobile platforms
This commit is contained in:
@@ -398,8 +398,7 @@ typedef void (*xcommand_t)( void );
|
||||
//
|
||||
// filesystem_engine.c
|
||||
//
|
||||
#define FILESYSTEM_STDIO_DLL "filesystem_stdio." OS_LIB_EXT
|
||||
qboolean FS_LoadProgs( const char *name );
|
||||
qboolean FS_LoadProgs( void );
|
||||
void FS_Init( void );
|
||||
void FS_Shutdown( void );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user