La barra de progres ja torna a estar com abans

This commit is contained in:
2025-03-06 13:42:52 +01:00
parent 537150365b
commit 68e03ac1b0
3 changed files with 43 additions and 6 deletions

View File

@@ -110,9 +110,12 @@ public:
// Obtiene el color de un pixel de la surface_data
Uint8 getPixel(int x, int y);
// Dibuja un rectangulo
// Dibuja un rectangulo relleno
void fillRect(SDL_Rect *rect, Uint8 color);
// Dibuja el borde de un rectangulo
void drawRectBorder(SDL_Rect *rect, Uint8 color);
// Dibuja una linea
void drawLine(int x1, int y1, int x2, int y2, Uint8 color);