metaforce/Runtime/MP1/CTweakParticle.cpp

15 lines
122 B
C++

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