metaforce/Runtime/Common/CElementGen.hpp

17 lines
172 B
C++

#ifndef __RETRO_CELEMENTGEN_HPP__
#define __RETRO_CELEMENTGEN_HPP__
namespace Retro
{
namespace Common
{
class CElementGen
{
};
}
}
#endif // __RETRO_CELEMENTGEN_HPP__