11#ifndef _GT2ADISPLAY_H_
12#define _GT2ADISPLAY_H_
14extern GT2Bool fullScreen;
16extern GT2Bool DrawGraphsOption;
17extern GT2Bool DrawUpdateTimeOption;
18extern GT2Bool DrawUpdateLengthOption;
19extern GT2Bool DrawFrameTimeOption;
20extern GT2Bool DrawMarksOption;
21extern GT2Bool DrawFPSOption;
22extern GT2Bool DrawWithPredictionOption;
23extern GT2Bool DrawBackgroundOption;
24extern GT2Bool DrawStarsOption;
25extern GT2Bool DrawBoundingCirclesOption;
26extern GT2Bool DrawRadarOption;
27extern float RadarScaleOption;
28extern float RadarPointScaleOption;
29extern GT2Bool ViewClippingOption;
31extern int screenWidth;
32extern int screenHeight;