mElite
1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
mElite
Merchant.h
Go to the documentation of this file.
1
6
#pragma once
7
#include "
foreignspaceship.h
"
8
#include "
Planet.h
"
9
11
class
Merchant
:
12
public
ForeignSpaceShip
13
{
14
public
:
15
Merchant
(
float
r, GLuint displayList,
Planet
* planet,
Vector3
aim);
16
public
:
17
~Merchant
(
void
);
18
public
:
19
void
adjust
(
float
t);
20
private
:
21
Planet
*planet;
22
Vector3
aim;
23
};
Generated on Tue Oct 2 2012 14:38:37 for mElite by
1.8.2