From 1bb0ef8960c71ef505a351702bec54c01ba15e22 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 12 Oct 2017 14:57:26 +0100 Subject: Fixing spritesheet and fixed #12 --- yage/base/resourcemanager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'yage/base/resourcemanager.h') diff --git a/yage/base/resourcemanager.h b/yage/base/resourcemanager.h index 3c5081c4..52d98e12 100644 --- a/yage/base/resourcemanager.h +++ b/yage/base/resourcemanager.h @@ -1,3 +1,4 @@ + /* ---------------------------------------------------------------------------- * resourcemanager.h * @@ -24,6 +25,7 @@ private: public: static Texture getTexture(const std::string &texture_path); + }; } // namespace yage -- cgit