ACE3/addons/parachute/config.cpp
2016-06-04 11:12:56 +01:00

20 lines
518 B
C++

#include "script_component.hpp"
class CfgPatches {
class ACE_Parachute {
units[] = {"ACE_NonSteerableParachute"};
weapons[] = {"ACE_Altimeter"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
VERSION_CONFIG;
author = ECSTRING(common,ACETeam);
authors[] = {"Garth 'LH' de Wet"};
url = ECSTRING(main,URL);
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
#include "RscTitles.hpp"