mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-16 14:31:22 +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
|