diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-10 11:53:49 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-10 11:53:49 -0400 |
commit | 7487b029fa110388e90fd092bf3c3b9a4dcee08b (patch) | |
tree | 1fd080c162bdefc6e3ab1709380f0e4753da8aaa /include/texture.hpp | |
parent | 50bfb70e9a1788e6f64800001919e3d8386eb81d (diff) |
Draw Rect
Diffstat (limited to 'include/texture.hpp')
-rw-r--r-- | include/texture.hpp | 1 |
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); |