#pragma once #include #ifdef __cplusplus class ModMenuWindow : public Ship::GuiWindow { public: using GuiWindow::GuiWindow; void InitElement() override; void DrawElement() override; void UpdateElement() override{}; }; #endif