mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-22 01:39:13 +00:00
More refactoring, decouple tweaks from hecl
This commit is contained in:
@@ -2,12 +2,6 @@
|
||||
|
||||
#include "DataSpec/DNACommon/DNACommon.hpp"
|
||||
|
||||
namespace hecl {
|
||||
class CVarManager;
|
||||
}
|
||||
namespace DataSpec {
|
||||
struct ITweak : BigDNA {
|
||||
|
||||
virtual void initCVars(hecl::CVarManager*) {}
|
||||
};
|
||||
struct ITweak : BigDNA {};
|
||||
} // namespace DataSpec
|
||||
|
||||
Reference in New Issue
Block a user