LeviLamina
Loading...
Searching...
No Matches
WorldTemplateData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 WorldTemplateData& operator=(WorldTemplateData const&);
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCNAPI void* $ctor(::WorldTemplateData&&);
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCNAPI void $dtor();
46 // NOLINTEND
47};
Definition WorldTemplateData.h:5
MCAPI WorldTemplateData(::WorldTemplateData &&)
MCAPI void $dtor()
MCAPI ~WorldTemplateData()
MCAPI void * $ctor(::WorldTemplateData &&)
Definition Alias.h:14