LeviLamina
Loading...
Searching...
No Matches
ScriptWidgetErrorInvalidObject.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Error.h"
7
8namespace Editor::ScriptModule {
9
11public:
12 // member functions
13 // NOLINTBEGIN
15
17 // NOLINTEND
18
19public:
20 // constructor thunks
21 // NOLINTBEGIN
22 MCAPI void* $ctor();
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28 MCFOLD void $dtor();
29 // NOLINTEND
30};
31
32} // namespace Editor::ScriptModule
Definition ScriptWidgetErrorInvalidObject.h:10
Definition Error.h:7