mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-17 10:31:20 +00:00
15 lines
122 B
C++
15 lines
122 B
C++
#include "CTweakParticle.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
namespace MP1
|
|
{
|
|
|
|
CTweakParticle::CTweakParticle(CInputStream&)
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
}
|