summaryrefslogtreecommitdiff
path: root/src/View/MainWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/View/MainWindow.hpp')
-rw-r--r--src/View/MainWindow.hpp1
1 files changed, 1 insertions, 0 deletions
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();