LeviLamina
Loading...
Searching...
No Matches
BuildPlatform.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
BuildPlatform :
int
{
6
Google = 1,
7
IOS = 2,
8
Osx = 3,
9
Amazon = 4,
10
GearVRDeprecated = 5,
11
Uwp = 7,
12
Win32 = 8,
13
Dedicated = 9,
14
TvOSDeprecated = 10,
15
Sony = 11,
16
Nx = 12,
17
Xbox = 13,
18
WindowsPhoneDeprecated = 14,
19
Linux = 15,
20
Unknown = -1,
21
};
src
mc
deps
core
platform
BuildPlatform.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0