ACE3/addons/parachute/config.cpp

19 lines
496 B
C++
Raw Normal View History

#include "script_component.hpp"
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/";
};
};
#include "CfgEventHandlers.hpp"
2015-03-12 05:05:28 +00:00
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
#include "RscTitles.hpp"