diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |
