2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

Constructor stubs for swooshes and electrics

This commit is contained in:
Jack Andersen
2016-02-11 13:05:42 -10:00
parent b801bc5744
commit 93f8ae8905
10 changed files with 126 additions and 95 deletions

View File

@@ -0,0 +1,11 @@
#include "CParticleSwoosh.hpp"
namespace Retro
{
CParticleSwoosh::CParticleSwoosh(const TToken<CSwooshDescription>& desc, int)
: CElementGen(desc)
{
}
}