Add SystemName and SystemVersion to Platform api
This commit is contained in:
@@ -21,7 +21,6 @@ public:
|
||||
static String GetDeviceManufacturer();
|
||||
static String GetDeviceModel();
|
||||
static String GetDeviceBuildNumber();
|
||||
static String GetSystemVersion();
|
||||
static void PreInit(android_app* app);
|
||||
|
||||
public:
|
||||
@@ -80,6 +79,8 @@ public:
|
||||
__builtin_prefetch(static_cast<char const*>(ptr));
|
||||
}
|
||||
static bool Is64BitPlatform();
|
||||
static String GetSystemName();
|
||||
static Version GetSystemVersion();
|
||||
static CPUInfo GetCPUInfo();
|
||||
static MemoryStats GetMemoryStats();
|
||||
static ProcessMemoryStats GetProcessMemoryStats();
|
||||
|
||||
Reference in New Issue
Block a user