00001 #ifndef GLBASEPARAMETERS_H_ 00002 #define GLBASEPARAMETERS_H_ 00003 00014 struct GLBaseParameters 00015 { 00016 public: 00020 GLBaseParameters() {}; 00021 00025 virtual ~GLBaseParameters() {}; 00026 00031 virtual GLBaseParameters* copy() const = 0; 00032 }; 00033 00034 #endif /*GLBASEPARAMETERS_H_*/