aboutsummaryrefslogtreecommitdiffstats
path: root/include/Texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Texture.h')
-rw-r--r--include/Texture.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Texture.h b/include/Texture.h
index 03593bf..50681bf 100644
--- a/include/Texture.h
+++ b/include/Texture.h
@@ -30,6 +30,9 @@ namespace Texture{
GLuint loadTexture(const char *fileName);
void freeTextures(void);
+
+ void initColorIndex();
+ vec2 getIndex(Color c);
}
/**