mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 08:17:01 +00:00
@@ -58,8 +58,12 @@ class CInGameTweakManager {
|
||||
public:
|
||||
CInGameTweakManager();
|
||||
|
||||
bool HasTweakValue(const rstl::string& name) const;
|
||||
const CTweakValue* GetTweakValue(const rstl::string& name) const;
|
||||
bool ReadFromMemoryCard(const rstl::string&);
|
||||
|
||||
static rstl::string GetIdentifierForMidiEvent(CAssetId world, CAssetId area, const rstl::string& midiObj);
|
||||
|
||||
private:
|
||||
rstl::vector< CTweakValue > x0_values;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user