2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 06:27:43 +00:00
This commit is contained in:
Jack Andersen
2016-12-22 20:43:26 -10:00
58 changed files with 730 additions and 104 deletions

View File

@@ -129,6 +129,7 @@ public:
CHintOptions() = default;
CHintOptions(CBitStreamReader& stream);
void PutTo(CBitStreamWriter& writer) const;
void SetNextHintTime();
};
}