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:
@@ -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);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user