#include <axl_gui_Def.h> class GuiItem { public: // construction GuiItem(Engine* engine); // methods Engine* getEngine(); };