ACE3/addons/microdagr/config.cpp

26 lines
631 B
C++
Raw Normal View History

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;
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"};
author = ECSTRING(common,ACETeam);
authors[] = {"PabstMirror"};
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"
#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);
};