aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/resourcemanager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/YAGE/resourcemanager.hpp')
-rw-r--r--include/YAGE/resourcemanager.hpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/YAGE/resourcemanager.hpp b/include/YAGE/resourcemanager.hpp
index 3d824d61..38587dfc 100644
--- a/include/YAGE/resourcemanager.hpp
+++ b/include/YAGE/resourcemanager.hpp
@@ -14,16 +14,18 @@
#include <string>
-namespace yage {
+namespace yage
+{
-class ResourceManager {
+class ResourceManager
+{
private:
static TextureCache texture_cache_;
public:
- static Texture getTexture(const std::string& texture_path);
+ static Texture getTexture(const std::string &texture_path);
};
-} // yage
+} // yage
#endif