Initial setup for saving game states

(code may or may not compile at this point)
This commit is contained in:
2014-04-19 22:37:40 -04:00
parent 3f54c63193
commit 60d1ce3be9
7 changed files with 268 additions and 525 deletions

View File

@@ -27,3 +27,5 @@ std::vector<std::string> load_strings(std::string which);
bool load_party(fs::path file_to_load);
bool save_party(fs::path dest_file);
void init_directories();