jyanar / Boids

An implementation of the Boids program using C++ and the SFML library.
MIT License
35 stars 13 forks source link

Adding a writable getBoid() method. #4

Closed Aeryes closed 3 years ago

Aeryes commented 3 years ago

These changes simply add a writable getBoid() method that will return a reference that can be changed elsewhere in the program. It also makes the vector flock private considering that this vector is only accessed through getters and setters anyways.

chernandez7 commented 3 years ago

I see no issues with this, how about you @jyanar ?