aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/iomanager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/YAGE/iomanager.hpp')
-rw-r--r--include/YAGE/iomanager.hpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/YAGE/iomanager.hpp b/include/YAGE/iomanager.hpp
index 4295c598..3b1f5278 100644
--- a/include/YAGE/iomanager.hpp
+++ b/include/YAGE/iomanager.hpp
@@ -12,15 +12,14 @@
#include <string>
#include <vector>
-namespace yage
-{
+namespace yage {
-class IoManager
-{
+class IoManager {
public:
- static bool readFileToBuffer(const std::string &file_path, std::vector<unsigned char> &buffer);
+ static bool readFileToBuffer(const std::string &file_path,
+ std::vector<unsigned char> &buffer);
};
-
+
} // yage
#endif