ACE3/addons/concertina_wire/config.cpp

19 lines
537 B
C++
Raw Normal View History

2015-06-04 15:11:09 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
units[] = {"ACE_ConcertinaWire", "ACE_ConcertinaWireNoGeo", "ACE_ConcertinaWireCoil"};
2015-06-04 15:11:09 +00:00
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_apl", "ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"Rocko", "Ruthberg"};
url = ECSTRING(main,URL);
2015-06-04 15:11:09 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
2016-05-24 13:13:11 +00:00
#include "CfgVehicles.hpp"