mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 19:07:44 +00:00
more stubs
This commit is contained in:
15
Runtime/Particle/CParticleSwoosh.hpp
Normal file
15
Runtime/Particle/CParticleSwoosh.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __RETRO_CPARTICLESWOOSH_HPP__
|
||||
#define __RETRO_CPARTICLESWOOSH_HPP__
|
||||
|
||||
#include "CParticleGen.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
class CParticleSwoosh : public CParticleGen
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __RETRO_CPARTICLESWOOSH_HPP__
|
||||
Reference in New Issue
Block a user