2015-02-02 20:52:08 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-01-11 16:42:31 +00:00
|
|
|
class CfgPatches {
|
2015-03-12 05:05:28 +00:00
|
|
|
class ACE_Parachute {
|
|
|
|
units[] = {"ACE_NonSteerableParachute"};
|
|
|
|
weapons[] = {"ACE_Altimeter"};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_common"};
|
|
|
|
VERSION_CONFIG;
|
|
|
|
author[] = {"Garth 'LH' de Wet"};
|
|
|
|
authorUrl = "http://garth.snakebiteink.co.za/";
|
|
|
|
};
|
2015-01-11 16:42:31 +00:00
|
|
|
};
|
|
|
|
|
2015-02-02 20:52:08 +00:00
|
|
|
#include "CfgEventHandlers.hpp"
|
2015-03-12 05:05:28 +00:00
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
#include "CfgWeapons.hpp"
|
2015-01-11 16:42:31 +00:00
|
|
|
#include "RscTitles.hpp"
|