From ce3f721e16c779d519c04469e49a65f60546ab8d Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sun, 3 May 2015 14:19:30 +0200 Subject: Add first version of SFMLController and View class --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 48c1766..70f3a6b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,7 @@ //---------------------- //----- Personnal include ----- -#include "./Controllers/ConsoleController/ConsoleController.hpp" +#include "./Controllers/SFMLController/SFMLController.hpp" //----------------------------- @@ -20,7 +20,7 @@ int main() srand(time(NULL)); //Init controller - ConsoleController controller; + SFMLController controller; //Run the game controller.run(); -- cgit v1.2.3