|
StarTrekV3_Linux
Version3
|
#include <stdio.h>#include <iostream>#include "Global.h"#include "Engine.h"#include "Ship.h"#include "Bullet.h"#include "Animation.h"#include "SpaceObject.h"#include "Enterprise.h"#include "Klingon_BC.h"#include "Klingon_BOP.h"#include "Romulan_BOP.h"#include "Federation_Ship.h"#include "Probe.h"Macros | |
| #define | Number_Of_Stars 300 |
Functions | |
| bool | Comp (const TSprite *v1, const TSprite *v2) |
| Compare function for Z sorting. Compares the Z value of the sprites passed through the pointers. More... | |
Variables | |
| TEnterprise * | g_pEnterprise |
| Pointer to The enterprise ( The player !) More... | |
| char | g_szMessage [255] |
| #define Number_Of_Stars 300 |
| TEnterprise* g_pEnterprise |
Pointer to The enterprise ( The player !)
| char g_szMessage[255] |