aboutsummaryrefslogtreecommitdiffstats
path: root/include/texture.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-07-22 09:07:05 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-07-22 09:07:05 -0400
commit0649af210afa6e7da051d655c3b28a7cd3b9ebc6 (patch)
treeb78b85f65a19764a7c9e412093207c9129ce2169 /include/texture.hpp
parentd1d16ceb2cab505fb09ced115f5fb08bc3093acd (diff)
variable background layers
Diffstat (limited to 'include/texture.hpp')
-rw-r--r--include/texture.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/texture.hpp b/include/texture.hpp
index 0684cb7..9531d9d 100644
--- a/include/texture.hpp
+++ b/include/texture.hpp
@@ -159,6 +159,9 @@ public:
*/
inline const vec2& getTextureDim(void)
{ return position->getDim(); }
+
+ inline unsigned int size(void)
+ { return textures.size(); }
};
/**