00001 #ifndef __RE_Material__
00002 #define __RE_Material__
00003
00004 #include "RE_API.h"
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #include "RE_Platform.h"
00016
00017 #ifdef PLATFORM_OPEN_GL
00018
00019 #include "RE_OGLMaterial.h"
00020
00021 class RE_API RE_Material : public RE_OGLMaterial
00022
00023 #endif
00024
00025 {
00026 public:
00027 RE_Material(const char *materialName);
00028
00029 protected:
00030 ~RE_Material();
00031 };
00032
00033 #endif // __RE_Material__