From 1220e2d70f40139bed69602041ba373297103573 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Tue, 5 May 2015 16:30:46 +0200 Subject: Add loadable skin and correct some things --- src/Controllers/SFMLController/SFMLController.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Controllers/SFMLController/SFMLController.hpp') diff --git a/src/Controllers/SFMLController/SFMLController.hpp b/src/Controllers/SFMLController/SFMLController.hpp index 0847268..a695131 100644 --- a/src/Controllers/SFMLController/SFMLController.hpp +++ b/src/Controllers/SFMLController/SFMLController.hpp @@ -11,6 +11,7 @@ #include "../../View/MainWindow.hpp" #include "../../Model/Game.hpp" #include "../../Helpers/Keyboard.hpp" +#include "../../Helpers/Skin.hpp" -- cgit v1.2.3