From b22860234ff7991c851211042a9832d88ccbb958 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 31 May 2016 08:49:48 -0400 Subject: entitys can modify xml --- include/common.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/common.hpp') diff --git a/include/common.hpp b/include/common.hpp index 934ede5..4fa74d7 100644 --- a/include/common.hpp +++ b/include/common.hpp @@ -265,6 +265,8 @@ void strVectorSortAlpha(std::vector *v); // reads the given file into a buffer and returns a pointer to the buffer const char *readFile(const char *path); +std::string readFile(const std::string& path); +std::vector readFileA(const std::string& path); // aborts the program, printing the given error void UserError(std::string reason); -- cgit v1.2.3