Browse Source

includes in Main.c

main
fdai7184 2 years ago
parent
commit
4ff5f829af
  1. 3
      src/Main.c
  2. 2
      src/input.h

3
src/Main.c

@ -1,4 +1,7 @@
#include <stdbool.h>
#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

2
src/input.h

@ -1,4 +1,4 @@
#include "unity.h"
//#include "unity.h"
#ifndef INPUT_H
#define INPUT_H

Loading…
Cancel
Save