Automated Build Tests

Fixes #34
This commit is contained in:
Robin Davies
2022-03-16 00:18:17 -04:00
parent 8b222cbf0b
commit 2b2e82730c
13 changed files with 307 additions and 70 deletions
+1
View File
@@ -36,6 +36,7 @@ public:
Load(path);
}
void Load(std::istream &input);
void Load(const std::filesystem::path&path);
void Save(std::ostream &os);