metaforce/Runtime/Common/CTweakParticle.cpp

15 lines
125 B
C++
Raw Normal View History

2015-08-16 22:26:58 -07:00
#include "CTweakParticle.hpp"
namespace Retro
{
namespace Common
{
2015-08-16 22:26:58 -07:00
CTweakParticle::CTweakParticle(CInputStream&)
{
}
}
}