LeviLamina
Loading...
Searching...
No Matches
VoxelShapeLoader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/resource_processing/category/CategoryLoader.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Bedrock::Resources { struct SharedSlicesTraits; }
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 VoxelShapeLoader& operator=(VoxelShapeLoader const&);
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCNAPI void $dtor();
46 // NOLINTEND
47};
Definition VoxelShapeLoader.h:14
MCAPI void $dtor()
MCAPI VoxelShapeLoader(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::cereal::ReflectionCtx &ctx)
MCAPI ~VoxelShapeLoader()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14