2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-16 17:11:22 +00:00
metaforce/Runtime/MP1/CTweakParticle.cpp
2015-09-23 12:01:25 -07:00

16 lines
166 B
C++

#include "CTweakParticle.hpp"
namespace Retro
{
namespace MP1
{
CTweakParticle::CTweakParticle(CInputStream& reader)
: DNAMP1::CTweakParticle(reader)
{
}
}
}