mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Get rid of memory status functions
Unused.
This commit is contained in:
parent
cdefb2ba7a
commit
b87bd8040f
1 changed files with 0 additions and 4 deletions
|
@ -176,10 +176,6 @@ int Sys_GetVideoRam( void );
|
|||
// returns amount of drive space in path
|
||||
int Sys_GetDriveFreeSpace( const char *path );
|
||||
|
||||
// returns memory stats
|
||||
void Sys_GetCurrentMemoryStatus( sysMemoryStats_t &stats );
|
||||
void Sys_GetExeLaunchMemoryStatus( sysMemoryStats_t &stats );
|
||||
|
||||
// lock and unlock memory
|
||||
bool Sys_LockMemory( void *ptr, int bytes );
|
||||
bool Sys_UnlockMemory( void *ptr, int bytes );
|
||||
|
|
Loading…
Reference in a new issue