#ifndef MODULEENGINE_H #define MODULEENGINE_H class ModuleEngine { public: ModuleEngine(); static int init(); }; #endif // MODULEENGINE_H