aboutsummaryrefslogtreecommitdiffstats
path: root/src/resourcemanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resourcemanager.cpp')
-rw-r--r--src/resourcemanager.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/resourcemanager.cpp b/src/resourcemanager.cpp
index 15fb606f..8444161f 100644
--- a/src/resourcemanager.cpp
+++ b/src/resourcemanager.cpp
@@ -8,12 +8,14 @@
#include "resourcemanager.hpp"
-namespace yage {
+namespace yage
+{
TextureCache ResourceManager::texture_cache_;
-Texture ResourceManager::getTexture(const std::string& texture_path) {
+Texture ResourceManager::getTexture(const std::string &texture_path)
+{
return texture_cache_.getTexture(texture_path);
}
-} // yage
+} // yage