Fission FSN
Loading...
Searching...
No Matches
gfCTimeEntityFactory.h
Go to the documentation of this file.
1/********************************************************************
2*
3* File: gfCTimeEntityFactory.h
4*
5* Purpose: gfTimeCore entity factory. No construction plans
6* registered yet - grows as Pinecreek's entity types
7* (buildings, decorations, staff, guests) are designed.
8*
9*********************************************************************/
10
11#ifndef gfCTimeEntityFactoryhdr
12#define gfCTimeEntityFactoryhdr
13
14#include <memory>
15
17
18
20{
21public:
22
23 static std::shared_ptr<fsCEntityFactory> create();
24
25 virtual ~gfCTimeEntityFactory();
26
27protected:
28
30
31private:
32};
33
34#endif
fsCEntityFactory()
Definition fsCEntityFactory.cpp:70
static std::shared_ptr< fsCEntityFactory > create()
Definition gfCTimeEntityFactory.cpp:4
gfCTimeEntityFactory()
Definition gfCTimeEntityFactory.cpp:9
virtual ~gfCTimeEntityFactory()
Definition gfCTimeEntityFactory.cpp:13