#pragma once #include "Player.hpp" class EditorKeyboardViewer { public: void Show(bool* open = nullptr); };