2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-17 10:31:20 +00:00
metaforce/Runtime/MP1/CTweakParticle.cpp
2015-08-26 14:23:46 -10:00

15 lines
122 B
C++

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