SDLPP: add option to remove collisions

This commit is contained in:
2021-05-31 18:54:17 +02:00
parent 78c9b9feb0
commit 0b3689b0ae
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -59,6 +59,7 @@ public:
collisionWidth(), collisionHeight(),
getId() );
}
void removeCollisions();
bool hasCollisions() const;
const std::vector< std::shared_ptr< CollisionPolygon > > &
getCollisions() const;