File: System.h

package info (click to toggle)
libphysfs 2.0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,480 kB
  • sloc: cpp: 30,946; ansic: 27,446; cs: 4,374; java: 3,077; makefile: 798; ruby: 461; perl: 59; sh: 8
file content (16 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Windows/System.h

#ifndef __WINDOWS_SYSTEM_H
#define __WINDOWS_SYSTEM_H

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

namespace NWindows {
namespace NSystem {

UInt32 GetNumberOfProcessors();
UInt64 GetRamSize();

}}

#endif