mirror of https://github.com/AxioDL/metaforce.git
11 lines
492 B
C++
11 lines
492 B
C++
#include "CTweakGame.hpp"
|
|
#include "hecl/CVarManager.hpp"
|
|
|
|
namespace DataSpec::DNAMP1 {
|
|
void CTweakGame::initCVars(hecl::CVarManager* mgr) {
|
|
// mgr->findOrMakeCVar("tweaks.game.hardmodeDamageMult", "", x60_hardmodeDamageMult, hecl::CVar::EFlags::Game |
|
|
// hecl::CVar::Archive | hecl::CVar::Cheat); mgr->findOrMakeCVar("tweaks.game.hardmodeWeaponMult", "",
|
|
// x64_hardmodeWeaponMult, hecl::CVar::EFlags::Game | hecl::CVar::Archive | hecl::CVar::Cheat);
|
|
}
|
|
} // namespace DataSpec::DNAMP1
|