mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 01:07:43 +00:00
Initial Console integration
This commit is contained in:
@@ -3,10 +3,16 @@
|
||||
|
||||
#include "../DNACommon.hpp"
|
||||
|
||||
namespace hecl
|
||||
{
|
||||
class CVarManager;
|
||||
}
|
||||
namespace DataSpec
|
||||
{
|
||||
struct ITweak : BigYAML
|
||||
{
|
||||
|
||||
virtual void initCVars(hecl::CVarManager*) {}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user