diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-19 07:33:46 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-19 07:33:46 -0500 |
commit | fbd4ddbab2cc3a713430483b24642cbbc7050f0c (patch) | |
tree | 4fa2c7875240621b17f0dcf74d67066190dd7445 /include/Texture.h | |
parent | 1eced16d75322832617a1b42ec94580a9713e8f0 (diff) |
Stuff
Diffstat (limited to 'include/Texture.h')
-rw-r--r-- | include/Texture.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Texture.h b/include/Texture.h index 85225d8..7160d37 100644 --- a/include/Texture.h +++ b/include/Texture.h @@ -28,6 +28,8 @@ namespace Texture{ */ GLuint loadTexture(const char *fileName); + void initColorIndex(); + vec2 getIndex(Color c); } /** |