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
8class VolumeComponentFactory : public ::EntityComponentFactoryCereal<::VolumeComponentFactory> {
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 // vIndex: 0
13 virtual ~VolumeComponentFactory() /*override*/ = default;
14 // NOLINTEND
15
16public:
17 // destructor thunk
18 // NOLINTBEGIN
19
20 // NOLINTEND
21};
Definition EntityComponentFactoryCereal.h:6
Definition VolumeComponentFactory.h:8