metaforce/Runtime/MP1/CTweakParticle.cpp

16 lines
166 B
C++
Raw Normal View History

2015-08-17 05:26:58 +00:00
#include "CTweakParticle.hpp"
namespace Retro
{
2015-08-27 00:23:46 +00:00
namespace MP1
{
2015-09-23 19:01:12 +00:00
CTweakParticle::CTweakParticle(CInputStream& reader)
: DNAMP1::CTweakParticle(reader)
2015-08-17 05:26:58 +00:00
{
}
}
2015-08-27 00:23:46 +00:00
}