metaforce/Runtime/Particle/CElementGen.hpp

20 lines
251 B
C++

#ifndef __RETRO_CELEMENTGEN_HPP__
#define __RETRO_CELEMENTGEN_HPP__
#include "CParticleGen.hpp"
namespace Retro
{
class CElementGen : public CParticleGen
{
public:
static void Initialize()
{
}
};
}
#endif // __RETRO_CELEMENTGEN_HPP__