- [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
bola.h
View File

@@ -8,7 +8,7 @@ class Bola : public Sprite {
public:
Bola( JD8_Surface gfx, Info* info, Prota* sam );
Bola( JD8_Surface gfx, Prota* sam );
void draw();
void update();
@@ -18,6 +18,5 @@ protected:
Uint8 contador;
Prota* sam;
Info* info;
};