ACE3/addons/parachute/config.cpp

21 lines
541 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
2016-06-19 07:12:25 +00:00
class ADDON {
name = COMPONENT_NAME;
2015-03-12 05:05:28 +00:00
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);
2015-03-12 05:05:28 +00:00
};
};
#include "CfgEventHandlers.hpp"
2015-03-12 05:05:28 +00:00
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
#include "RscTitles.hpp"