StarTrekV3_Linux
Version3
|
#include "Enterprise.h"
#include "Bullet.h"
#include "Probe.h"
#include "Communication.h"
#include "SoundManager.h"
#include "FontManager.h"
Variables | |
bool | g_blGodMode |
Communication * | g_pCommunication |
Pointer to The Communication System. More... | |
Universe * | g_pUniverse |
Pointer to universe Object. More... | |
int | g_nScreenMode |
screenmode.. what screen should be visible [Main] [Engineering] [Navigation] etc More... | |
ALLEGRO_SAMPLE_ID | phaser_id |
ALLEGRO_BITMAP * | g_pEnterpriseBitmap =NULL |
ALLEGRO_BITMAP * | g_pEngineeringBitmap =NULL |
ALLEGRO_BITMAP * | g_pSwitchBitmap =NULL |
ALLEGRO_BITMAP * | g_pPhotonCasing =NULL |
ALLEGRO_BITMAP * | g_pProbeCasing =NULL |
bool g_blGodMode |
int g_nScreenMode |
screenmode.. what screen should be visible [Main] [Engineering] [Navigation] etc
Communication* g_pCommunication |
Pointer to The Communication System.
ALLEGRO_BITMAP* g_pEngineeringBitmap =NULL |
ALLEGRO_BITMAP* g_pEnterpriseBitmap =NULL |
ALLEGRO_BITMAP* g_pPhotonCasing =NULL |
ALLEGRO_BITMAP* g_pProbeCasing =NULL |
ALLEGRO_BITMAP* g_pSwitchBitmap =NULL |
Universe* g_pUniverse |
Pointer to universe Object.
ALLEGRO_SAMPLE_ID phaser_id |