ACE3/addons/concertina_wire/config.cpp

17 lines
488 B
C++
Raw Normal View History

2015-06-04 15:11:09 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
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"};
2016-06-01 12:11:32 +00:00
PBO_URL;
2015-06-04 15:11:09 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"