LeviLamina
Loading...
Searching...
No Matches
MinecraftGame.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
MinecraftGame {
6
public
:
7
// MinecraftGame inner types declare
8
// clang-format off
9
struct
InitContext
;
10
struct
TestCommandPublisher
;
11
struct
FrameGapImpl
;
12
// clang-format on
13
14
// MinecraftGame inner types define
15
enum class
SuspendState :
int
{};
16
17
enum class
DeviceLostState :
int
{};
18
19
enum class
SurfaceState :
int
{};
20
21
enum class
WorkList : uint64 {};
22
23
struct
InitContext {};
24
25
struct
TestCommandPublisher
{};
26
27
struct
FrameGapImpl {};
28
};
MinecraftGame::FrameGapImpl
Definition
MinecraftGame.h:27
MinecraftGame::InitContext
Definition
MinecraftGame.h:23
MinecraftGame::TestCommandPublisher
Definition
MinecraftGame.h:25
src-server
mc
client
game
MinecraftGame.h
Generated on
for LeviLamina by
1.16.1