28 #ifndef HPL_GUI_MATERIAL_H 29 #define HPL_GUI_MATERIAL_H 31 #include "hpl1/engine/system/SystemTypes.h" 34 class iLowLevelGraphics;
41 virtual void BeforeRender() = 0;
42 virtual void AfterRender() = 0;
44 const tString &GetName()
const {
return msName; }
53 #endif // HPL_GUI_MATERIAL_H
Definition: GuiMaterial.h:36
Definition: LowLevelGraphics.h:200