mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:04:56 +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*) {}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#ifndef __DNACOMMON_ITWEAKGUICOLORS_HPP__
|
||||
#define __DNACOMMON_ITWEAKGUICOLORS_HPP__
|
||||
|
||||
#include "../DNACommon.hpp"
|
||||
#include "ITweak.hpp"
|
||||
|
||||
namespace DataSpec
|
||||
{
|
||||
struct ITweakGuiColors : BigYAML
|
||||
struct ITweakGuiColors : ITweak
|
||||
{
|
||||
struct VisorEnergyInitColors
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user