metaforce/Runtime/Particle/CElementGen.hpp

18 lines
200 B
C++
Raw Normal View History

2015-08-17 23:46:41 +00:00
#ifndef __RETRO_CELEMENTGEN_HPP__
#define __RETRO_CELEMENTGEN_HPP__
namespace Retro
{
class CElementGen
{
2015-08-18 05:54:43 +00:00
public:
static void Initialize()
{
}
2015-08-17 23:46:41 +00:00
};
}
#endif // __RETRO_CELEMENTGEN_HPP__