reset polja

Dependents:   ping-pong_PORJEKT ping-pong_PORJEKT

Committer:
atopcic
Date:
Mon Feb 22 08:24:36 2021 +0000
Revision:
0:406a3c5e4754
reset;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
atopcic 0:406a3c5e4754 1 #ifndef RESETPOLJA_H
atopcic 0:406a3c5e4754 2 #define RESETPOLJA_H
atopcic 0:406a3c5e4754 3 #include "mbed.h"
atopcic 0:406a3c5e4754 4
atopcic 0:406a3c5e4754 5 extern int polje[8][8];
atopcic 0:406a3c5e4754 6
atopcic 0:406a3c5e4754 7 void ResetPoljaLoptice (void);
atopcic 0:406a3c5e4754 8 #endif