#ifndef _CELEMENTGEN_HPP #define _CELEMENTGEN_HPP #include "types.h" class CElementGen { public: static void Initialize(); static void ShutDown(); }; #endif