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

Additional particle imps

This commit is contained in:
Jack Andersen
2016-02-11 12:38:25 -10:00
parent b53b143868
commit ffdea0c2b9
10 changed files with 334 additions and 81 deletions

View File

@@ -2,12 +2,16 @@
#define __RETRO_CPARTICLESWOOSH_HPP__
#include "CElementGen.hpp"
#include "CToken.hpp"
namespace Retro
{
class CSwooshDescription;
class CParticleSwoosh : public CElementGen
{
public:
CParticleSwoosh(const TToken<CSwooshDescription>& desc, int);
};
}