mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Get rid of Sys_DefaultCDPath()
Stub on all platforms.
This commit is contained in:
parent
a5d6a76961
commit
a1fe69f429
1 changed files with 0 additions and 1 deletions
|
@ -235,7 +235,6 @@ void Sys_Mkdir( const char *path );
|
||||||
ID_TIME_T Sys_FileTimeStamp( FILE *fp );
|
ID_TIME_T Sys_FileTimeStamp( FILE *fp );
|
||||||
// NOTE: do we need to guarantee the same output on all platforms?
|
// NOTE: do we need to guarantee the same output on all platforms?
|
||||||
const char * Sys_TimeStampToStr( ID_TIME_T timeStamp );
|
const char * Sys_TimeStampToStr( ID_TIME_T timeStamp );
|
||||||
const char * Sys_DefaultCDPath( void );
|
|
||||||
const char * Sys_DefaultBasePath( void );
|
const char * Sys_DefaultBasePath( void );
|
||||||
const char * Sys_DefaultSavePath( void );
|
const char * Sys_DefaultSavePath( void );
|
||||||
const char * Sys_EXEPath( void );
|
const char * Sys_EXEPath( void );
|
||||||
|
|
Loading…
Reference in a new issue