LeviLamina
Loading...
Searching...
No Matches
EntityComponentFactoryCerealBase.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/factory/EntityComponentFactoryBase.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~EntityComponentFactoryCerealBase() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32
33 // NOLINTEND
34};
Definition EntityComponentFactoryBase.h:15
Definition EntityComponentFactoryCerealBase.h:8
Definition Alias.h:14