LeviLamina
Loading...
Searching...
No Matches
WebviewError.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
WebviewError
{
6
public
:
7
// WebviewError inner types define
8
enum class
Type : uchar {
9
Unknown = 0,
10
NetworkError = 1,
11
OutOfMemory = 2,
12
};
13
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<1, 1>
mUnk5a3151;
18
::ll::UntypedStorage<8, 32>
mUnk10e682;
19
::ll::UntypedStorage<4, 4>
mUnkfda2e2;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
WebviewError
& operator=(
WebviewError
const
&);
25
WebviewError
(
WebviewError
const
&);
26
WebviewError
();
27
};
WebviewError
Definition
WebviewError.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
platform
WebviewError.h
Generated on Sat Apr 26 2025 05:55:49 for LeviLamina by
1.12.0