mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
MemoryCard PutTo implementations
This commit is contained in:
@@ -86,6 +86,7 @@ public:
|
||||
CGameOptions();
|
||||
CGameOptions(CBitStreamReader& stream);
|
||||
void InitSoundMode();
|
||||
void PutTo(CBitStreamWriter& writer) const;
|
||||
};
|
||||
|
||||
class CHintOptions
|
||||
@@ -113,6 +114,7 @@ private:
|
||||
public:
|
||||
CHintOptions() = default;
|
||||
CHintOptions(CBitStreamReader& stream);
|
||||
void PutTo(CBitStreamWriter& writer) const;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user