mirror of https://github.com/AxioDL/metaforce.git
12 lines
459 B
C++
12 lines
459 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);
|
|
}
|
|
}
|