mElite  1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ForeignSpaceShip.cpp
Go to the documentation of this file.
1 
6 #include "ForeignSpaceShip.h"
7 
8 ForeignSpaceShip::ForeignSpaceShip(float r, GLuint displayList):SpaceShip(r,displayList)
9 {
10 }
11 
12 ForeignSpaceShip::~ForeignSpaceShip(void)
13 {
14 }
15 
16 void ForeignSpaceShip::update( float t)
17 {
18  adjust(t);
20 }