bug hunting coffee machine on windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user