#define VERSION "2.6"

#define MAX_PLAYERS 32

#define MAX_HEALTH 100.0

#define NO_TEAM 0

#define MAX_TEAMS 32

#define CSBR_Config_File "CSBR_Config.ini"

#define PATH_MANAGMENT "CSBR_Mod/CSBR_Managment"
#define PATH_POINTS "CSBR_Mod/CSBR_Points"

#define DISTANCE_BETWEEN_POINTS 250.0
#define DEFAULT_MAXSPEED 250.0
#define DEFAULT_GRAVITY 1.0
