misc/libphysfs/lzma/CPP/Windows/System.h
author unc0rr
Thu, 26 Oct 2017 21:14:55 +0200
changeset 12777 255c2978b366
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Slightly update russian localization

// Windows/System.h

#ifndef __WINDOWS_SYSTEM_H
#define __WINDOWS_SYSTEM_H

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

namespace NWindows {
namespace NSystem {

UInt32 GetNumberOfProcessors();
UInt64 GetRamSize();

}}

#endif