afegit debris_manager
This commit is contained in:
@@ -20,6 +20,7 @@ public:
|
||||
// Getters (API pública sense canvis)
|
||||
bool esta_actiu() const { return esta_; }
|
||||
const Punt &get_centre() const { return centre_; }
|
||||
const std::shared_ptr<Graphics::Shape> &get_forma() const { return forma_; }
|
||||
void destruir() { esta_ = false; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user