* Returns the UFO associated to this dogfight. * @return Returns pointer to UFO object associated to this dogfight. */
| 1810 | * @return Returns pointer to UFO object associated to this dogfight. |
| 1811 | */ |
| 1812 | Ufo* DogfightState::getUfo() const |
| 1813 | { |
| 1814 | return _ufo; |
| 1815 | } |
| 1816 | |
| 1817 | /** |
| 1818 | * Ends the dogfight. |