Browse Source

Umgebung.h

main
fdai7225 2 years ago
parent
commit
f7cc77f880
  1. 14
      src/Umgebung.h

14
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
Loading…
Cancel
Save