ACE3/addons/concertina_wire/config.cpp

15 lines
427 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"};
2015-06-04 15:11:09 +00:00
author[] = {"Rocko", "Ruthberg"};
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"