diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-11 08:25:57 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-11 08:25:57 -0500 |
commit | a0afc9a192016b2bb4c185895a4082cc965e1179 (patch) | |
tree | 949464ae46509c8689890f2d5d55da54860bf14f /include/Texture.h | |
parent | e88af920196476ffb5ae182e879f045692cd3ef4 (diff) |
Worlds can be themed
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 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::vector<std::string>vec); /** * Frees memory taken by the image array. |