mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-16 17:11:22 +00:00
16 lines
166 B
C++
16 lines
166 B
C++
#include "CTweakParticle.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
namespace MP1
|
|
{
|
|
|
|
CTweakParticle::CTweakParticle(CInputStream& reader)
|
|
: DNAMP1::CTweakParticle(reader)
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
}
|