- [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

3
mapa.h
View File

@@ -30,7 +30,7 @@ class Mapa {
public:
Mapa( JD8_Surface gfx, Info* info, Prota* sam );
Mapa( JD8_Surface gfx, Prota* sam );
~Mapa(void);
void draw();
@@ -52,7 +52,6 @@ protected:
JD8_Surface fondo;
Vertex vertex;
Vertex ultim_vertex;
Info* info;
Uint8 frame_torxes;
Prota* sam;