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

Update hecl, more CVar imps

This commit is contained in:
2019-09-29 08:17:47 -07:00
parent 56b198838f
commit 79ac5d76df
7 changed files with 61 additions and 16 deletions

View File

@@ -0,0 +1,18 @@
#include "DataSpec/DNAMP1/Tweaks/CTweakAutoMapper.hpp"
#include <hecl/CVar.hpp>
#include <hecl/CVarManager.hpp>
namespace DataSpec::DNAMP1 {
namespace {
}
void CTweakAutoMapper::_tweakListener(hecl::CVar* cv) {
}
void CTweakAutoMapper::initCVars(hecl::CVarManager* mgr) {
}
}