WIP - can run now tho

This commit is contained in:
Tobias Dahl
2014-03-03 20:27:17 +01:00
parent 3a51313abd
commit 2994c525b6
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ public:
void Draw();
void DrawText();
void AddObjectToDraw(std::vector<float>, std::vector<float>, std::vector<float>);
void AddObjectToDraw();
void AddTextToDraw();
GLuint CompileShader(GLenum, std::string);