aboutsummaryrefslogtreecommitdiffstats
path: root/yage/base/resourcemanager.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-10-12 14:57:26 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-10-12 14:57:26 +0100
commit1bb0ef8960c71ef505a351702bec54c01ba15e22 (patch)
tree365811364237f1e55e66f421b93cad8adcf51eda /yage/base/resourcemanager.h
parentba733040afb85d4c287a2ec464db05cb86a53fca (diff)
downloadYAGE-1bb0ef8960c71ef505a351702bec54c01ba15e22.tar.gz
YAGE-1bb0ef8960c71ef505a351702bec54c01ba15e22.zip
Fixing spritesheet and fixed #12
Diffstat (limited to 'yage/base/resourcemanager.h')
-rw-r--r--yage/base/resourcemanager.h2
1 files changed, 2 insertions, 0 deletions
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