diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-05 16:30:46 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-05 16:30:46 +0200 |
| commit | 1220e2d70f40139bed69602041ba373297103573 (patch) | |
| tree | 49a2443cdacee9c35abfa005a5d703ba7efa6e23 /src/Controllers/SFMLController/SFMLController.hpp | |
| parent | f7610d669bcf3986827a905fc4bc03946be0b0c6 (diff) | |
Add loadable skin and correct some things
Diffstat (limited to 'src/Controllers/SFMLController/SFMLController.hpp')
| -rw-r--r-- | src/Controllers/SFMLController/SFMLController.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
