aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/resourcemanager.hpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-06 17:03:05 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-06 17:07:43 +0100
commitf7ce70d139effc5553c4ed2fa604724413b9d9b2 (patch)
tree5a05620ed6a65cf999b4ea0f3976b803b44504c8 /include/YAGE/resourcemanager.hpp
parent932537776012c33dcdb6ae34dbb419f13717804d (diff)
downloadYAGE-f7ce70d139effc5553c4ed2fa604724413b9d9b2.tar.gz
YAGE-f7ce70d139effc5553c4ed2fa604724413b9d9b2.zip
Adding clang format with my style based on google
Diffstat (limited to 'include/YAGE/resourcemanager.hpp')
-rw-r--r--include/YAGE/resourcemanager.hpp13
1 files changed, 6 insertions, 7 deletions
diff --git a/include/YAGE/resourcemanager.hpp b/include/YAGE/resourcemanager.hpp
index 10f6cbb8..3d824d61 100644
--- a/include/YAGE/resourcemanager.hpp
+++ b/include/YAGE/resourcemanager.hpp
@@ -14,17 +14,16 @@
#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