2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-13 15:26:09 +00:00

Implement CTweaks::RegisterResourceTweaks

This commit is contained in:
2016-08-31 13:43:41 -07:00
parent 6229fa6bfe
commit d104c7eb45
3 changed files with 28 additions and 0 deletions

View File

@@ -127,6 +127,9 @@ struct CTweakPlayerRes : ITweakPlayerRes
const std::string& GetWaveBeamCineModel() const { return m_cineWave; }
const std::string& GetPlasmaBeamCineModel() const { return m_cinePlasma; }
const std::string& GetPhazonBeamCineModel() const { return m_cinePhazon; }
CTweakPlayerRes() = default;
CTweakPlayerRes(athena::io::IStreamReader& in) { read(in); }
};
}