2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 18:31:20 +00:00
metaforce/DataSpec/DNACommon/Tweaks/ITweakParticle.hpp
2018-12-07 19:30:43 -10:00

10 lines
119 B
C++

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