vegastrike  0.5.1.r1
 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  */
9 bool cleanexit = false;
11 
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