metaforce/DataSpec/DNACommon/Tweaks/ITweak.hpp

8 lines
131 B
C++
Raw Normal View History

2018-10-06 20:42:33 -07:00
#pragma once
2017-01-20 22:03:37 -08:00
2018-06-29 13:21:36 -07:00
#include "DataSpec/DNACommon/DNACommon.hpp"
2017-01-20 22:03:37 -08:00
2018-12-07 21:30:43 -08:00
namespace DataSpec {
struct ITweak : BigDNA {};
2018-12-07 21:30:43 -08:00
} // namespace DataSpec