#ifndef RTSSOURCECODE_H #define RTSSOURCECODE_H #include #include #include #include using namespace std; ///This class defines generic source code that can be loaded from text files. It is primarily used by the rts_glShaderProgram class for GLSL programming. class rtsSourceCode { public: vector source; //the actual source code void clear() ///