2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 21:37:03 +00:00

Fix save loading, rewrite Loadout classes to use CInputStream

This commit is contained in:
2022-02-27 19:33:48 -08:00
parent aa1d6006ed
commit 80362a9483
9 changed files with 144 additions and 50 deletions

View File

@@ -86,4 +86,6 @@ template <>
void coutput_stream_helper(const double& t, COutputStream& out);
template <>
void coutput_stream_helper(const std::string& t, COutputStream& out);
template <>
void coutput_stream_helper(const std::string_view& t, COutputStream& out);
} // namespace metaforce