reset polja

Dependents:   ping-pong_PORJEKT ping-pong_PORJEKT

resetpolja.h

Committer:
atopcic
Date:
2021-02-22
Revision:
0:406a3c5e4754

File content as of revision 0:406a3c5e4754:

#ifndef RESETPOLJA_H
#define RESETPOLJA_H
#include "mbed.h"

extern int polje[8][8];

void ResetPoljaLoptice (void);
#endif