From f7610d669bcf3986827a905fc4bc03946be0b0c6 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Mon, 4 May 2015 17:12:57 +0200 Subject: Clean some other things --- src/Controllers/SFMLController/SFMLController.hpp | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'src/Controllers/SFMLController/SFMLController.hpp') diff --git a/src/Controllers/SFMLController/SFMLController.hpp b/src/Controllers/SFMLController/SFMLController.hpp index 0bb0eea..0847268 100644 --- a/src/Controllers/SFMLController/SFMLController.hpp +++ b/src/Controllers/SFMLController/SFMLController.hpp @@ -1,26 +1,30 @@ - +#ifndef __SFMLCONTROLLER__ +#define __SFMLCONTROLLER__ #include #include + #include +#include + #include "../../View/MainWindow.hpp" #include "../../Model/Game.hpp" #include "../../Helpers/Keyboard.hpp" -#include + + class SFMLController{ private: MainWindow m_MainWindow; Game m_game; - - public: SFMLController(); ~SFMLController(); - kbdh::Direction waitArrowKeyPress(); void run(); }; + +#endif -- cgit v1.2.3