class ACE_Settings {
    class GVAR(airResistanceEnabled) {
        movedToSQF = 1;
    };
    class GVAR(allowComputerRangefinder) {
        movedToSQF = 1;
    };
    class GVAR(allowCompass) {
        movedToSQF = 1;
    };
    class GVAR(useAmmoHandling) {
        movedToSQF = 1;
    };
};