ACE3/addons/minedetector/config.cpp

23 lines
599 B
C++
Raw Normal View History

2016-05-03 20:37:02 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2016-05-03 20:37:02 +00:00
units[] = {};
weapons[] = {"ACE_VMH3","ACE_VMM3"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_explosives"};
2016-06-12 14:28:42 +00:00
author = ECSTRING(common,ACETeam);
2016-07-07 13:51:34 +00:00
authors[] = {"Grey", "Glowbal", "Rocko", "esteldunedain"};
2016-06-12 14:28:42 +00:00
url = ECSTRING(main,URL);
2016-05-03 20:37:02 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgWeapons.hpp"
#include "CfgAmmo.hpp"
2016-05-03 20:37:02 +00:00
#include "CfgVehicles.hpp"
#include "CfgSounds.hpp"
2016-05-03 20:37:02 +00:00
#include "ACE_detector.hpp"