metaforce/DataSpec/DNACommon/Tweaks/ITweakParticle.hpp

14 lines
99 B
C++
Raw Normal View History

2018-10-07 03:42:33 +00:00
#pragma once
2017-01-21 06:03:37 +00:00
#include "ITweak.hpp"
2016-02-13 09:02:47 +00:00
namespace DataSpec
{
2017-01-21 06:03:37 +00:00
struct ITweakParticle : ITweak
{
};
}