LeviLamina
Loading...
Searching...
No Matches
VolumeComponentFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/factory/EntityComponentFactoryCereal.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13class VolumeComponentFactory : public ::EntityComponentFactoryCereal<::VolumeComponentFactory> {
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 virtual ~VolumeComponentFactory() /*override*/ = default;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23
24 // NOLINTEND
25
26public:
27 // constructor thunks
28 // NOLINTBEGIN
29 MCNAPI_C void* $ctor(::cereal::ReflectionCtx& ctx);
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftable();
36 // NOLINTEND
37};
Definition EntityComponentFactoryCereal.h:6
Definition VolumeComponentFactory.h:13
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5