ACE3/addons/switchunits/ACE_Settings.hpp

24 lines
478 B
C++
Raw Normal View History

2015-05-14 18:59:25 +00:00
class ACE_Settings {
class GVAR(enableSwitchUnits) {
movedToSQF = 1;
2015-05-14 18:59:25 +00:00
};
class GVAR(switchToWest) {
movedToSQF = 1;
2015-05-14 18:59:25 +00:00
};
class GVAR(switchToEast) {
movedToSQF = 1;
2015-05-14 18:59:25 +00:00
};
class GVAR(switchToIndependent) {
movedToSQF = 1;
2015-05-14 18:59:25 +00:00
};
class GVAR(switchToCivilian) {
movedToSQF = 1;
2015-05-14 18:59:25 +00:00
};
class GVAR(enableSafeZone) {
movedToSQF = 1;
2015-05-14 18:59:25 +00:00
};
class GVAR(safeZoneRadius) {
movedToSQF = 1;
2015-05-14 18:59:25 +00:00
};
};