aboutsummaryrefslogtreecommitdiffstats
path: root/src/resourcemanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resourcemanager.cpp')
-rw-r--r--src/resourcemanager.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/resourcemanager.cpp b/src/resourcemanager.cpp
deleted file mode 100644
index 473ea37e..00000000
--- a/src/resourcemanager.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/* ----------------------------------------------------------------------------
- * resourcemanager.cpp
- *
- * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
- * See file LICENSE for more details
- * ----------------------------------------------------------------------------
- */
-
-#include <YAGE/resourcemanager.h>
-
-namespace yage
-{
-
-TextureCache ResourceManager::texture_cache_;
-
-Texture ResourceManager::getTexture(const std::string &texture_path)
-{
- return texture_cache_.getTexture(texture_path);
-}
-
-} // namespace yage