LeviLamina
Loading...
Searching...
No Matches
JSModuleDef.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/quickjs/JSModuleStatus.h"
7
8struct JSModuleDef {
9public:
10 // member variables
11 // NOLINTBEGIN
30 int mUnkcd5530 : 8;
31 int mUnkfd5306 : 8;
32 int mUnk42f6b2 : 8;
33 ::JSModuleStatus mUnke7c4e7 : 8;
46 int mUnkd906aa : 8;
49 // NOLINTEND
50
51public:
52 // prevent constructor by default
53 JSModuleDef& operator=(JSModuleDef const&);
56};
Definition JSModuleDef.h:8
Definition Alias.h:14