physfs/lzma/CPP/Windows/System.h

17 lines
213 B
C
Raw Normal View History

2008-01-23 04:52:35 +01:00
// Windows/System.h
#ifndef __WINDOWS_SYSTEM_H
#define __WINDOWS_SYSTEM_H
#include "../Common/Types.h"
namespace NWindows {
namespace NSystem {
UInt32 GetNumberOfProcessors();
UInt64 GetRamSize();
}}
#endif