Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
vs_globals.cpp
Go to the documentation of this file.
1
#include "
vs_globals.h
"
2
#include <time.h>
3
/*
4
* Globals
5
*/
6
game_data_t
g_game
;
7
ForceFeedback
*
forcefeedback
= NULL;
8
VegaConfig
*
vs_config
= NULL;
9
bool
cleanexit
=
false
;
10
bool
run_only_player_starsystem
=
true
;
11
12
NetClient
*
Network
= NULL;
13
NetServer
*
VSServer
= NULL;
14
15
FILE *
fpread
= NULL;
16
17
float
simulation_atom_var
= (
float
) (1.0/10.0);
18
Mission
*
mission
= NULL;
19
20
double
benchmark
= -1.0;
21
bool
STATIC_VARS_DESTROYED
=
false
;
22
const
char
*
mission_key
=
"unit_to_dock_with"
;
23
24
/* for speed test */
25
int
loop_count
= 0;
26
double
avg_loop
= 0;
27
int
nb_checks
= 1;
28
double
last_check
= 1;
29
double
cur_check
= 1;
30
src
vs_globals.cpp
Generated on Fri May 29 2015 23:07:39 for Vegastrike 0.5.1 rc1 by
1.8.4