2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 14:57:03 +00:00
Files
metaforce/DataSpec/DNACommon/Tweaks/ITweakParticle.hpp
2016-02-13 01:02:47 -08:00

16 lines
182 B
C++

#ifndef __DNACOMMON_ITWEAKPARTICLE_HPP__
#define __DNACOMMON_ITWEAKPARTICLE_HPP__
#include "../DNACommon.hpp"
namespace DataSpec
{
struct ITweakParticle : BigYAML
{
};
}
#endif