LeviLamina
Loading...
Searching...
No Matches
JSBigFloat.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
JSBigFloat {
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::UntypedStorage<4, 4>
mUnkc08ef8;
10
::ll::UntypedStorage<8, 32>
mUnkbf4f01;
11
// NOLINTEND
12
13
public
:
14
// prevent constructor by default
15
JSBigFloat& operator=(JSBigFloat
const
&);
16
JSBigFloat(JSBigFloat
const
&);
17
JSBigFloat();
18
};
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
quickjs
JSBigFloat.h
Generated on
for LeviLamina by
1.16.1