• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Windows/System.h
2 
3 #ifndef __WINDOWS_SYSTEM_H
4 #define __WINDOWS_SYSTEM_H
5 
6 #include "../Common/MyTypes.h"
7 
8 namespace NWindows {
9 namespace NSystem {
10 
11 UInt32 GetNumberOfProcessors();
12 UInt64 GetRamSize();
13 
14 }}
15 
16 #endif
17