#include "script_component.hpp" class CfgPatches { class SUBADDON { name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; requiredAddons[] = {QUOTE(ADDON), "ace_optics"}; skipWhenMissingDependencies = 1; author = ECSTRING(common,ACETeam); authors[] = {}; url = ECSTRING(main,URL); VERSION_CONFIG; // this prevents any patched class from requiring this addon addonRootClass = "A3_Characters_F"; }; }; #include "CfgWeapons.hpp"