mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-01 22:53:32 +00:00
8 lines
131 B
C++
8 lines
131 B
C++
#pragma once
|
|
|
|
#include "DataSpec/DNACommon/DNACommon.hpp"
|
|
|
|
namespace DataSpec {
|
|
struct ITweak : BigDNA {};
|
|
} // namespace DataSpec
|