vegastrike  0.5.1.r1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vs_globals.h File Reference
#include "config.h"
#include <vector>
#include "universe_generic.h"
#include "command.h"

Go to the source code of this file.

Classes

struct  game_data_t
 
class  LeakVector< MyType >
 

Functions

void cleanup ()
 
void VSExit (int code)
 

Variables

commandICommandInterpretor
 
Universe_Universe
 
bool STATIC_VARS_DESTROYED
 
char SERVER
 
int loop_count
 
double avg_loop
 
int nb_checks
 
double last_check
 
double cur_check
 
bool cleanexit
 
bool run_only_player_starsystem
 
game_data_t g_game
 
Music * muzak
 
int muzak_count
 
VegaConfigvs_config
 
NetClientNetwork
 
NetServer * VSServer
 
Mission * mission
 
LeakVector< Mission * > active_missions
 
ForceFeedbackforcefeedback
 
double benchmark
 

Function Documentation

void cleanup ( )

Definition at line 146 of file main.cpp.

void VSExit ( int  code)

Definition at line 28 of file accountserver.cpp.

Variable Documentation

Universe* _Universe

Definition at line 88 of file main.cpp.

LeakVector< Mission* > active_missions

Definition at line 180 of file main.cpp.

double avg_loop

Definition at line 26 of file vs_globals.cpp.

double benchmark

Definition at line 20 of file vs_globals.cpp.

bool cleanexit

Definition at line 9 of file vs_globals.cpp.

commandI* CommandInterpretor

Definition at line 1395 of file command.cpp.

double cur_check

Definition at line 29 of file vs_globals.cpp.

ForceFeedback* forcefeedback

Definition at line 7 of file vs_globals.cpp.

game_data_t g_game

Definition at line 6 of file vs_globals.cpp.

double last_check

Definition at line 28 of file vs_globals.cpp.

int loop_count

Definition at line 25 of file vs_globals.cpp.

Mission* mission

Definition at line 18 of file vs_globals.cpp.

Music* muzak
int muzak_count
int nb_checks

Definition at line 27 of file vs_globals.cpp.

NetClient* Network

Definition at line 47 of file accountserver.cpp.

bool run_only_player_starsystem

Definition at line 10 of file vs_globals.cpp.

char SERVER

Definition at line 43 of file accountserver.cpp.

bool STATIC_VARS_DESTROYED

Definition at line 21 of file vs_globals.cpp.

VegaConfig* vs_config

Definition at line 8 of file vs_globals.cpp.

NetServer* VSServer

Definition at line 13 of file vs_globals.cpp.