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