From 1bf3038477b05cf9ead455116ef8125c123a4aae Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sun, 3 May 2015 17:34:47 +0200 Subject: Add windowsSize attribute --- src/View/MainWindow.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/View/MainWindow.hpp') diff --git a/src/View/MainWindow.hpp b/src/View/MainWindow.hpp index 50527fc..89cce0f 100644 --- a/src/View/MainWindow.hpp +++ b/src/View/MainWindow.hpp @@ -14,6 +14,7 @@ class MainWindow : public sf::RenderWindow{ int m_windowMargin; int m_sizeCell; int m_spaceBetweenCell; + sf::Vector2u m_windowSize; public: MainWindow(int width, int height, std::string title); ~MainWindow(); -- cgit v1.2.3