aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/imageloader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/YAGE/imageloader.hpp')
-rw-r--r--include/YAGE/imageloader.hpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/include/YAGE/imageloader.hpp b/include/YAGE/imageloader.hpp
index 4c0b5a36..90425cab 100644
--- a/include/YAGE/imageloader.hpp
+++ b/include/YAGE/imageloader.hpp
@@ -13,15 +13,13 @@
#include <string>
-namespace yage
-{
+namespace yage {
-class ImageLoader
-{
+class ImageLoader {
public:
- static Texture loadPng(const std::string &file_path);
+ static Texture loadPng(const std::string& file_path);
};
-
-} // yage
+
+} // yage
#endif