------------------------------------------------- GET ID -------------------------------------------------
| 5 | { |
| 6 | //------------------------------------------------- GET ID ------------------------------------------------- |
| 7 | int BulletImpl::getID() const |
| 8 | { |
| 9 | return self->id; |
| 10 | } |
| 11 | //------------------------------------------------ GET PLAYER ---------------------------------------------- |
| 12 | Player BulletImpl::getPlayer() const |
| 13 | { |