mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-20 01:53:29 +00:00
15 lines
125 B
C++
15 lines
125 B
C++
#include "CTweakParticle.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
namespace Common
|
|
{
|
|
|
|
CTweakParticle::CTweakParticle(CInputStream&)
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
}
|