Browse Source

Änderung zum Test

main
fdai7225 2 years ago
parent
commit
8da1fd243e
  1. 4
      src/Umgebung.h

4
src/Umgebung.h

@ -1,4 +1,4 @@
#include "unity.a"
#include "unity.h"
#define N 20 #define N 20
#ifndef UMGEBUNG_H #ifndef UMGEBUNG_H
#define UMGEBUNG_H #define UMGEBUNG_H
@ -8,7 +8,7 @@ void RealU(int realU1[N][N]);
void Score(int score); 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);
int delay(int ms);
void ASCI(); void ASCI();
Loading…
Cancel
Save