9#ifndef fsIRenderablehdr
10#define fsIRenderablehdr
Definition fsAffineMtx2d.h:27
fsAffineMtx2d mRenderMtx
Definition fsIRenderable.h:36
virtual void colourSetDo(const fsSColour4B &pColour)
Definition fsIRenderable.h:29
virtual void matrixApplyDo(const fsAffineMtx2d &pRenderMatrix)=0
void colourSet(const fsSColour4B &pColour)
Definition fsIRenderable.cpp:9
virtual void renderDo()=0
const fsAffineMtx2d & renderMatrixGet()
Definition fsIRenderable.cpp:4
void render()
Definition fsIRenderable.cpp:20
void matrixApply(const fsAffineMtx2d &pRenderMatrix)
Definition fsIRenderable.cpp:14
virtual ~fsIRenderable()=default
Definition fsSColour.h:54