Separated actual collision detection into subclass Ship
authorHeli Hyvättinen <heli.hyvattinen@kymp.net>
Mon, 6 Jun 2011 11:59:29 +0000 (14:59 +0300)
committerHeli Hyvättinen <heli.hyvattinen@kymp.net>
Mon, 6 Jun 2011 11:59:29 +0000 (14:59 +0300)
commit12868c14365387679c441440b751b0e922a2857c
tree566d77c2d23592a5b1bdb56e89c3cddb8cc20edb
parent3a02338078c3a0bdc20e3a9a60869ce09e06184f
Separated actual collision detection into subclass Ship

Now uses the class Ship. The separation is to keep the base class
OrientationControlledGraphicsPixmapObject generic and reusable.
orientationcontrolledgraphicspixmapobject.cpp
orientationcontrolledgraphicspixmapobject.h
seascene.cpp
ship.cpp [new file with mode: 0644]
ship.h [new file with mode: 0644]