2016-05-30 16:37:03 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
2016-06-19 07:12:25 +00:00
|
|
|
name = COMPONENT_NAME;
|
2018-01-02 16:37:16 +00:00
|
|
|
units[] = {};
|
2016-05-30 16:37:03 +00:00
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_laser"};
|
2016-06-01 21:45:51 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
url = ECSTRING(main,URL);
|
2016-05-30 16:37:03 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "ACE_GuidanceConfig.hpp"
|
|
|
|
|
|
|
|
#include "CfgEventhandlers.hpp"
|
|
|
|
#include "CfgAmmo.hpp"
|
|
|
|
#include "CfgMagazines.hpp"
|
|
|
|
#include "CfgWeapons.hpp"
|