misc/libphysfs/lzma/CPP/Windows/System.h
changeset 13881 99b265e0d1d0
parent 13880 5f819b90d479
child 13882 b172a5d40eee
equal deleted inserted replaced
13880:5f819b90d479 13881:99b265e0d1d0
     1 // Windows/System.h
       
     2 
       
     3 #ifndef __WINDOWS_SYSTEM_H
       
     4 #define __WINDOWS_SYSTEM_H
       
     5 
       
     6 #include "../Common/Types.h"
       
     7 
       
     8 namespace NWindows {
       
     9 namespace NSystem {
       
    10 
       
    11 UInt32 GetNumberOfProcessors();
       
    12 UInt64 GetRamSize();
       
    13 
       
    14 }}
       
    15 
       
    16 #endif