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

@@ -9,7 +9,7 @@ class Momia : public Sprite {
public:
Momia( JD8_Surface gfx, Info* info, bool dimoni, Uint16 x, Uint16 y, Prota* sam );
Momia( JD8_Surface gfx, bool dimoni, Uint16 x, Uint16 y, Prota* sam );
void clear();
void draw();
@@ -22,7 +22,6 @@ public:
protected:
Prota* sam;
Info* info;
Engendro* engendro;
};