--------------------------------------------- SELF -------------------------------------------------------
| 739 | } |
| 740 | //--------------------------------------------- SELF ------------------------------------------------------- |
| 741 | Player GameImpl::self() const |
| 742 | { |
| 743 | return thePlayer; |
| 744 | } |
| 745 | //--------------------------------------------- ENEMY ------------------------------------------------------ |
| 746 | Player GameImpl::enemy() const |
| 747 | { |