2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-12 02:59:06 +00:00
metaforce/Runtime/Common/Particle/CElementGen.hpp
2015-08-17 19:54:43 -10:00

21 lines
221 B
C++

#ifndef __RETRO_CELEMENTGEN_HPP__
#define __RETRO_CELEMENTGEN_HPP__
namespace Retro
{
namespace Common
{
class CElementGen
{
public:
static void Initialize()
{
}
};
}
}
#endif // __RETRO_CELEMENTGEN_HPP__