00001 00012 #ifndef __RT_LIGHT__ 00013 #define __RT_LIGHT__ 00014 00015 #include "rt_vectors.h" 00016 #include "rt_parse.h" 00017 00018 00019 class rt_Light{ 00020 public: 00030 rt_Light(rt_parse *parser, Vec3f p, Vec3f c, float a1, float a2, float a3); 00031 }; 00032 00033 #endif /* __RT_LIGHT__ */