From fbd4ddbab2cc3a713430483b24642cbbc7050f0c Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Tue, 19 Jan 2016 07:33:46 -0500 Subject: Stuff --- include/Texture.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Texture.h') 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); } /** -- cgit v1.2.3