mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Get rid of sysMemoryStats_t
Unused.
This commit is contained in:
parent
d75c2654c0
commit
5c483d3349
1 changed files with 0 additions and 11 deletions
|
@ -84,17 +84,6 @@ struct sysEvent_t {
|
|||
void * evPtr; // this must be manually freed if not NULL
|
||||
};
|
||||
|
||||
struct sysMemoryStats_t {
|
||||
int memoryLoad;
|
||||
int totalPhysical;
|
||||
int availPhysical;
|
||||
int totalPageFile;
|
||||
int availPageFile;
|
||||
int totalVirtual;
|
||||
int availVirtual;
|
||||
int availExtendedVirtual;
|
||||
};
|
||||
|
||||
enum sysPath_t {
|
||||
PATH_BASE,
|
||||
PATH_CONFIG,
|
||||
|
|
Loading…
Reference in a new issue