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:
@@ -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) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user