LeviLamina
Loading...
Searching...
No Matches
JSVarDef.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct JSVarDef {
6public:
7 // member variables
8 // NOLINTBEGIN
12 uchar mUnk1479af : 1;
13 uchar mUnk160ff4 : 1;
14 uchar mUnkef6e84 : 1;
15 uchar mUnk156ed2 : 1;
16 uchar mUnkceebca : 4;
17 int mUnkf000da : 24;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 JSVarDef& operator=(JSVarDef const&);
23 JSVarDef(JSVarDef const&);
24 JSVarDef();
25};
Definition JSVarDef.h:5
Definition Alias.h:14