mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 16:46:08 +00:00
@@ -15,14 +15,13 @@
|
||||
#include "rstl/reserved_vector.hpp"
|
||||
#include "rstl/vector.hpp"
|
||||
|
||||
class CMemoryStreamOut;
|
||||
class CGameState {
|
||||
public:
|
||||
CGameState();
|
||||
CGameState(CInputStream& in, int saveIdx);
|
||||
|
||||
void ReadSystemOptions(CInputStream& in);
|
||||
void PutTo(CMemoryStreamOut& out);
|
||||
void PutTo(COutputStream& out) const;
|
||||
void WriteSystemOptions(COutputStream& out);
|
||||
|
||||
rstl::rc_ptr< CPlayerState >& PlayerState();
|
||||
|
||||
@@ -14,7 +14,7 @@ public:
|
||||
CSystemOptions();
|
||||
explicit CSystemOptions(CInputStream&);
|
||||
~CSystemOptions();
|
||||
void PutTo(COutputStream&);
|
||||
void PutTo(COutputStream&) const;
|
||||
|
||||
void SetHasFusion(bool v);
|
||||
bool GetHasFusion() const { return xd0_28_fusionSuitActive; }
|
||||
|
||||
Reference in New Issue
Block a user