LeviLamina
Loading...
Searching...
No Matches
EditorLevelStructureData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/common/editor/StructureData.h"
7
8namespace Editor {
9
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
22
23public:
24 // member functions
25 // NOLINTBEGIN
27 ::std::string const& strucNamespace,
28 ::std::string const& name,
29 ::std::string const& levelId
30 );
31
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCNAPI void* $ctor(::std::string const& strucNamespace, ::std::string const& name, ::std::string const& levelId);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46};
47
48} // namespace Editor
Definition EditorLevelStructureData.h:10
MCAPI EditorLevelStructureData(::std::string const &strucNamespace, ::std::string const &name, ::std::string const &levelId)
MCAPI void * $ctor(::std::string const &strucNamespace, ::std::string const &name, ::std::string const &levelId)
Definition StructureData.h:7
Definition Alias.h:14