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
Merchant.cpp
Go to the documentation of this file.
1 
6 #include "Merchant.h"
7 
8 Merchant::Merchant(float r, GLuint displayList, Planet * planet, Vector3 aim):ForeignSpaceShip(r,displayList)
9 {
10  this->planet=planet;
11  this->aim = aim;
12 }
13 
15 {
16 }
17 
18 
19 void Merchant::adjust( float t )
20 {
21 
22 }