Fission FSN
Loading...
Searching...
No Matches
gfCInventorySlotGui.h
Go to the documentation of this file.
1/********************************************************************
2*
3* File: fsCInventorySlotGui.h
4*
5* Purpose: Identification of Inventory entities.
6*
7*********************************************************************/
8
9#ifndef fsCInventorySlotGuihdr
10#define fsCInventorySlotGuihdr
11
13
15
16
18{
19 friend class fsCComponentFactory;
20
21public:
22
23 static const fsCUniqueId mTypeId;
24
25protected:
26
27 static fsIComponent* create(fsCEntity* pParent);
28
30 virtual ~fsCInventorySlotGui();
31
32private:
33};
34
35#endif
Definition fsCEntity.h:39
friend class fsCComponentFactory
Definition gfCInventorySlotGui.h:19
static const fsCUniqueId mTypeId
Definition gfCInventorySlotGui.h:23
virtual ~fsCInventorySlotGui()
Definition gfCInventorySlotGui.cpp:16
fsCInventorySlotGui(fsCEntity *pParent)
Definition gfCInventorySlotGui.cpp:11
static fsIComponent * create(fsCEntity *pParent)
Definition gfCInventorySlotGui.cpp:6
Definition fsCUniqueId.h:21
fsIComponent(fsCEntity *pParent)
Definition fsIComponent.cpp:86