aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/resourcemanager.hpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-24 00:21:07 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-24 00:21:07 +0100
commit5403490b941f7c031bf1aafdb91b1098f69edbf2 (patch)
tree18cd2deb0c30b38d8ca7c5305735d2323259e020 /include/YAGE/resourcemanager.hpp
parent2dbcbe3575134b3c6267b1a396b57080067ed9da (diff)
downloadYAGE-5403490b941f7c031bf1aafdb91b1098f69edbf2.tar.gz
YAGE-5403490b941f7c031bf1aafdb91b1098f69edbf2.zip
Running clang-format over everything.
Edited formatting and ran it over all the files.
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