misc/libphysfs/lzma/CPP/Windows/System.h
author nemo
Wed, 09 Aug 2017 12:22:05 -0400
changeset 12445 28bf941e13a0
parent 12213 bb5522e88ab2
permissions -rw-r--r--
don't spawn things on ice. it's too unpredictable what'll happen to them

// Windows/System.h

#ifndef __WINDOWS_SYSTEM_H
#define __WINDOWS_SYSTEM_H

#include "../Common/Types.h"

namespace NWindows {
namespace NSystem {

UInt32 GetNumberOfProcessors();
UInt64 GetRamSize();

}}

#endif