fdai7225 2 years ago
parent
commit
a589a429dd
  1. 3
      src/Umgebung.h

3
src/Umgebung.h

@ -1,4 +1,4 @@
#include "unity.h"
#include "unity.a"
#define N 20 #define N 20
#ifndef UMGEBUNG_H #ifndef UMGEBUNG_H
#define UMGEBUNG_H #define UMGEBUNG_H
@ -9,6 +9,7 @@ void Score(int score);
void Apfel(int realU[N][N]); void Apfel(int realU[N][N]);
void Umgebung(int str[N][N]); void Umgebung(int str[N][N]);
void delay(int ms); void delay(int ms);
void ASCI();
#endif #endif
Loading…
Cancel
Save