forked from jaildesigner-jailgames/jaildoctors_dilemma
La barra de progres ja torna a estar com abans
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user