2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 11:11:21 +00:00
metaforce/Runtime/Particle/CElementGen.hpp
2015-08-18 12:51:54 -10:00

18 lines
200 B
C++

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