ACE3/addons/minedetector/config.cpp
2016-05-03 22:37:02 +02:00

20 lines
474 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {"ACE_VMH3","ACE_VMM3"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_explosives"};
author[] = {"Grey", "Glowbal", "Rocko"};
authorUrl = "";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgWeapons.hpp"
#include "CfgVehicles.hpp"
#include "CfgSounds.hpp"
#include "ACE_detector.hpp"