Add windowsSize attribute

This commit is contained in:
manzerbredes 2015-05-03 17:34:47 +02:00
parent fb7fb90b85
commit 1bf3038477
2 changed files with 5 additions and 2 deletions

View file

@ -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();