2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 16:19:12 +00:00
Files
metaforce/DataSpec/DNACommon/Tweaks/ITweak.hpp

8 lines
131 B
C++

#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
namespace DataSpec {
struct ITweak : BigDNA {};
} // namespace DataSpec