2015-03-09 15:46:59 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
2016-06-19 07:12:25 +00:00
|
|
|
name = COMPONENT_NAME;
|
2015-05-20 05:53:28 +00:00
|
|
|
units[] = {"ACE_microDAGR_Item"};
|
2015-03-25 17:23:01 +00:00
|
|
|
weapons[] = {"ACE_microDAGR"};
|
2015-03-09 15:46:59 +00:00
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_common"};
|
2016-05-31 19:14:43 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
authors[] = {"PabstMirror"};
|
2016-06-01 21:45:51 +00:00
|
|
|
url = ECSTRING(main,URL);
|
2015-03-09 15:46:59 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventHandlers.hpp"
|
|
|
|
#include "CfgWeapons.hpp"
|
2015-03-09 18:52:15 +00:00
|
|
|
#include "CfgVehicles.hpp"
|
2015-03-09 15:46:59 +00:00
|
|
|
#include "gui.hpp"
|
2015-05-14 18:46:35 +00:00
|
|
|
#include "ACE_Settings.hpp"
|
2016-05-24 13:13:11 +00:00
|
|
|
|
|
|
|
class ACE_newEvents {
|
2016-05-24 23:44:56 +00:00
|
|
|
RangerfinderData = QEGVAR(vector,rangefinderData);
|
|
|
|
};
|