LeviLamina
Loading...
Searching...
No Matches
GameTestErrorContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/binding_type/InterfaceBindingBuilder.h"
7
8namespace gametest {
9
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // static functions
27 // NOLINTBEGIN
28 MCAPI static ::Scripting::InterfaceBindingBuilder<::gametest::GameTestErrorContext> bind();
29 // NOLINTEND
30};
31
32} // namespace gametest
Definition GameTestErrorContext.h:10
Definition Alias.h:14