28 #ifndef HPL_RENDERABLE_CONTAINER_H 29 #define HPL_RENDERABLE_CONTAINER_H 31 #include "hpl1/engine/graphics/GraphicsTypes.h" 32 #include "hpl1/engine/math/MathTypes.h" 33 #include "hpl1/engine/system/SystemTypes.h" 73 #endif // RENDERABLE_CONTAINER
virtual bool Remove(iRenderable *apRenderable)=0
Definition: Renderable.h:70
virtual bool Add(iRenderable *apRenderable, bool abStatic)=0
virtual void GetVisible(cFrustum *apFostrum, cRenderList *apRenderList)=0
Definition: RenderList.h:145
Definition: RenderableContainer.h:41