From d1c3dc6e2572b856daa3f9c2f0e1261f5b7a2240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Sun, 23 May 2021 16:49:01 +0200 Subject: [PATCH] fixing compil --- sources/main.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sources/main.cpp b/sources/main.cpp index 9c9f5229..bc091ba2 100644 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -7,19 +7,8 @@ #include -<<<<<<< Updated upstream -#include -======= #include -#include "Window.hpp" -#include "Drawables/2D/Text.hpp" -#include "Drawables/2D/Circle.hpp" -#include "Controllers/Keyboard.hpp" -#include "Camera/Camera3D.hpp" -#include "Drawables/3D/Grid.hpp" -#include "Drawables/3D/Cube.hpp" #include "Wal.hpp" ->>>>>>> Stashed changes int main() {