// // Created by Иван Ильин on 26.03.2021. // #ifndef ENGINE_WINDOW_H #define ENGINE_WINDOW_H #include #include #include "Button.h" #include "../io/Screen.h" #include "../io/Mouse.h" class Window final { private: std::string _name; std::string _backTexture; std::vector