mElite
1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
|
Implementation of a pirate ship. More...
#include "Pirate.h"
Go to the source code of this file.
Macros | |
#define | min(a, b) (((a) < (b)) ? (a) : (b)) |
Implementation of a pirate ship.
Copyright Jan-Philipp Kappmeier, Melanie Schmidt
Definition in file Pirate.cpp.
#define min | ( | a, | |
b | |||
) | (((a) < (b)) ? (a) : (b)) |
Definition at line 9 of file Pirate.cpp.