{
wstring CDKey = "";
wstring CurrentProfile = "";
struct GGraphicsSettings GraphicsSettings =
{
bool FullScreen = true;
bool WindowedCenterHorizontal = true;
bool WindowedCenterVertical = true;
int WindowedX = 0;
int WindowedY = 0;
int WindowedWidth = 1024;
int WindowedHeight = 768;
int FullScreenWidth = 1280;
int FullScreenHeight = 1024;
int FullScreenRefreshRate = 0;
bool FullScreenVSync = false;
int AntiAlias = 0;
float Brightness = 0.000000;
bool HardwareCursor = true;
enum GTextureDetail TextureDetail = TEXDETAIL_HIGH;
enum GAnisoFilter AnisoFilter = ANISO_16;
enum GShading Shading = SHADE_OFFSET;
enum GLighting Lighting = LIGHT_HIGH;
enum GShadow Shadow = SHADOW_LOW;
enum GWWater WaterDetail = WATER_HIGH;
enum GEffectDetail EffectDetail = EFFECT_MEDIUM;
bool EnableClouds = true;
bool VolumetricParticles = true;
struct ****temProfile System =
{
enum GCPUCategory CPU = CPU_COUNT;
enum GVideoCategory VPU = VPU_COUNT;
int SystemMemory = 0;
int GraphMemory = 0;
bool DX9Card = false;
bool VoluRender = false;
};
};
}