ACE3/addons/captives/config.cpp

23 lines
644 B
C++
Raw Normal View History

2015-02-03 02:04:50 +00:00
#include "script_component.hpp"
2015-02-03 02:04:50 +00:00
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
units[] = {QGVAR(ModuleSettings), QGVAR(ModuleSurrender), QGVAR(ModuleHandcuffed)};
2015-02-03 02:04:50 +00:00
weapons[] = {"ACE_CableTie"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ACE_Interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2", "KoffeinFlummi"};
url = ECSTRING(main,URL);
2015-02-03 02:04:50 +00:00
VERSION_CONFIG;
};
};
#include "ACE_Settings.hpp"
2015-02-03 02:04:50 +00:00
#include "CfgEventHandlers.hpp"
2015-02-03 06:42:34 +00:00
#include "CfgMoves.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
2016-05-24 13:13:11 +00:00
#include "CfgEden.hpp"