Cambio posizione aggoirnamento dati (da concludere)

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