diff --git a/src/Umgebung.h b/src/Umgebung.h new file mode 100644 index 0000000..8516f4b --- /dev/null +++ b/src/Umgebung.h @@ -0,0 +1,14 @@ +#include "unity.h" +#define N 20 +#ifndef UMGEBUNG_H +#define UMGEBUNG_H + +void Anweisung(char s[N]); +void RealU(int realU1[N][N]); +void Score(int score); +void Apfel(int realU[N][N]); +void Umgebung(int str[N][N]); +void delay(int ms); + + +#endif