From a0afc9a192016b2bb4c185895a4082cc965e1179 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Thu, 11 Feb 2016 08:25:57 -0500 Subject: Worlds can be themed --- 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 50681bf..c6376cb 100644 --- a/include/Texture.h +++ b/include/Texture.h @@ -33,6 +33,7 @@ namespace Texture{ void initColorIndex(); vec2 getIndex(Color c); + dim2 imageDim(const char *fileName); } /** @@ -71,6 +72,7 @@ public: */ Texturec(uint amt,const char **paths); + Texturec(std::vectorvec); /** * Frees memory taken by the image array. -- cgit v1.2.3