COMPLETER LA CLASSE ABSTRAITE

This commit is contained in:
YANNIS
2025-06-01 10:34:29 +02:00
parent 90c5485fc5
commit cfee2379ab
6 changed files with 29 additions and 4 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ class Sol: public Sprite {
public:
Sol();
virtual ~Sol();
void draw() override;
}