misc/libphysfs/lzma/CPP/Windows/System.h
author Wuzzy <almikes@aol.com>
Fri, 29 Sep 2017 23:29:00 +0200
changeset 12603 9805a1f8fb93
parent 12218 bb5522e88ab2
permissions -rw-r--r--
ASA, Spacetrip: Fix guards taking 2 turns in succession

// Windows/System.h

#ifndef __WINDOWS_SYSTEM_H
#define __WINDOWS_SYSTEM_H

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

namespace NWindows {
namespace NSystem {

UInt32 GetNumberOfProcessors();
UInt64 GetRamSize();

}}

#endif