#pragma once #include class EditorWindow { protected: std::string WindowTitle; public: virtual void Show() = 0; };