aboutsummaryrefslogtreecommitdiffstats
path: root/include/texture.hpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-05-10 11:53:49 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-05-10 11:53:49 -0400
commit7487b029fa110388e90fd092bf3c3b9a4dcee08b (patch)
tree1fd080c162bdefc6e3ab1709380f0e4753da8aaa /include/texture.hpp
parent50bfb70e9a1788e6f64800001919e3d8386eb81d (diff)
Draw Rect
Diffstat (limited to 'include/texture.hpp')
-rw-r--r--include/texture.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/texture.hpp b/include/texture.hpp
index ecf85e4..df2a83c 100644
--- a/include/texture.hpp
+++ b/include/texture.hpp
@@ -26,6 +26,7 @@ namespace Texture {
*/
GLuint loadTexture(std::string fileName);
+ GLuint genColor(Color c);
void freeTextures(void);