misc/libphysfs/lzma/CPP/Windows/System.h
author unc0rr
Sun, 15 Apr 2018 18:20:34 +0200
changeset 13331 a4e7e62f2c0d
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Install platforms dir too

// Windows/System.h

#ifndef __WINDOWS_SYSTEM_H
#define __WINDOWS_SYSTEM_H

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

namespace NWindows {
namespace NSystem {

UInt32 GetNumberOfProcessors();
UInt64 GetRamSize();

}}

#endif