bug hunting coffee machine on windows

This commit is contained in:
2021-08-27 12:32:34 +02:00
parent 5d6047b642
commit 70324570c8
4 changed files with 48 additions and 34 deletions

View File

@@ -8,9 +8,9 @@
// Estructura para definir un circulo
struct circle_t
{
Uint16 x;
Uint16 y;
Uint8 r;
int x;
int y;
int r;
};
// Estructura para definir un color