mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 12:27:42 +00:00
Humungous refactor
This commit is contained in:
@@ -15,7 +15,7 @@ struct CTweakGame : ITweakGame
|
||||
String<-1> m_ruinsArea; // ????
|
||||
|
||||
virtual const std::string& GetWorldPrefix() const { return m_worldPrefix; }
|
||||
CTweakGame(Athena::io::IStreamReader& in) { this->read(in); }
|
||||
CTweakGame(athena::io::IStreamReader& in) { this->read(in); }
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user