More file split

This commit is contained in:
Ian Gulliver
2017-08-06 19:39:11 +00:00
parent 2fbb92c385
commit acaac65ac5
11 changed files with 340 additions and 305 deletions

6
util.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include <string>
std::string ReadFile(const std::string& filename);
void WriteFile(const std::string& filename, const std::string& contents);