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

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