- [NEW] Módul "info"retocat

This commit is contained in:
2025-07-02 17:15:49 +02:00
parent d7c965ff0b
commit 83cf446c37
17 changed files with 134 additions and 136 deletions

View File

@@ -8,7 +8,7 @@ class Marcador {
public:
Marcador( JD8_Surface gfx, Info* info, Prota* sam );
Marcador( JD8_Surface gfx, Prota* sam );
~Marcador(void);
void draw();
@@ -18,7 +18,6 @@ protected:
void pintaNumero( Uint16 x, Uint16 y, Uint8 num );
JD8_Surface gfx;
Info* info;
Prota* sam;
};