Fission FSN
Loading...
Searching...
No Matches
fsIRenderableComponent.h
Go to the documentation of this file.
1/********************************************************************
2*
3* File: fsIRenderableComponent.h
4*
5* Purpose: Components that can be rendered
6*
7*********************************************************************/
8
9#ifndef fsIRenderableComponenthdr
10#define fsIRenderableComponenthdr
11
12#include <fsCore/fsBaseTypes.h>
13
15
16class fsIScene;
17class fsINative;
18class fsCEntity;
19
21{
22public:
23
24protected:
25
28
29private:
30};
31
32#endif
Definition fsCEntity.h:39
fsIComponent(fsCEntity *pParent)
Definition fsIComponent.cpp:86
Definition fsINative.h:31
virtual ~fsIRenderableComponent()
Definition fsIRenderableComponent.cpp:9
fsIRenderableComponent(fsCEntity *pParent)
Definition fsIRenderableComponent.cpp:4
Definition fsIScene.h:18