This commit is contained in:
Tobias Dahl
2014-03-04 15:49:35 +01:00
parent 2994c525b6
commit 54a5a7a113
4 changed files with 47 additions and 17 deletions
+1
View File
@@ -36,6 +36,7 @@ public:
void AddObjectToDraw();
void AddTextToDraw();
void LoadContent();
GLuint CompileShader(GLenum, std::string);
};