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