Fission FSN
Loading...
Searching...
No Matches
gfCHogComponentFactory.h
Go to the documentation of this file.
1/********************************************************************
2*
3* File: fsCHogComponentFactory.h
4*
5* Purpose: Registration and creation of HOG specific components.
6*
7*********************************************************************/
8
9#ifndef gfCHogComponentFactoryhdr
10#define gfCHogComponentFactoryhdr
11
14
15
17{
18public:
19
20 static std::shared_ptr<fsCComponentFactory> create();
21
23
24protected:
25
26 void componentsRegister() override;
27
29
30private:
31};
32
33#endif
void componentsRegister() override
Definition gfCHogComponentFactory.cpp:110
static std::shared_ptr< fsCComponentFactory > create()
Definition gfCHogComponentFactory.cpp:103
virtual ~gfCHogComponentFactory()
Definition gfCHogComponentFactory.cpp:216
gfCHogComponentFactory()
Definition gfCHogComponentFactory.cpp:212
gfMinigameComponentFactory()
Definition gfMinigameComponentFactory.cpp:97