LeviLamina
Loading...
Searching...
No Matches
JSClosureVar.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 uchar mUnk195fc1 : 1;
10 uchar mUnkf364b3 : 1;
11 uchar mUnk8aa043 : 1;
12 uchar mUnkb7a6db : 1;
13 uchar mUnke61eb6 : 4;
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 JSClosureVar& operator=(JSClosureVar const&);
23};
Definition JSClosureVar.h:5
Definition Alias.h:14