Controllo posizione con gui completa

This commit is contained in:
2026-06-06 11:27:21 +02:00
parent 52b2a95032
commit ba5e071c6f
7 changed files with 20 additions and 44 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class PieceInterface{
rb::rigidbody body;
sf::Color color;
virtual void update(unsigned int pos) = 0;
virtual void update(sf::Clock cl) = 0;
virtual sf::Shape* draw(ReferencePlane plane) = 0;
virtual ~PieceInterface(){}
};