From d1d16ceb2cab505fb09ced115f5fb08bc3093acd Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 2 Jul 2017 09:23:48 -0400 Subject: c++17 fixes, creating needed files --- include/fileio.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/fileio.hpp') diff --git a/include/fileio.hpp b/include/fileio.hpp index c5e33ec..3ec4854 100644 --- a/include/fileio.hpp +++ b/include/fileio.hpp @@ -12,4 +12,8 @@ int getdir(std::string dir, std::list& files); std::string readFile(const std::string& path); std::vector readFileA(const std::string& path); +void copyFile(const std::string& to, const std::string& from); + +bool fileExists(const std::string& file); + #endif // FILEIO_HPP_ -- cgit v1.2.3