diff --git a/src/Main.c b/src/Main.c index c15526b..0b65b9a 100644 --- a/src/Main.c +++ b/src/Main.c @@ -1,4 +1,7 @@ #include +#include "Umgebung.h" +#include "input.h" +#include "Spiellogik.h" /**Main Methode die das Spiel startet, loopt und beendet * indem die anderen Methoden/Funktionen aufgerufen werden diff --git a/src/input.h b/src/input.h index c6e2855..35ed8b9 100644 --- a/src/input.h +++ b/src/input.h @@ -1,4 +1,4 @@ -#include "unity.h" +//#include "unity.h" #ifndef INPUT_H #define INPUT_H