elefantes/defs.h

6 lines
57 B
C
Raw Normal View History

2021-10-24 14:01:57 +02:00
/* coordenada */
struct coord {
int x;
int y;
};