#include "script_component.hpp" class CfgPatches { class ADDON { name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; requiredAddons[] = {"ace_main", "ace_common", "ace_missileguidance"}; author = ECSTRING(common,ACETeam); url = ECSTRING(main,URL); VERSION_CONFIG; }; }; #include "CfgEventhandlers.hpp" #include "RscInGameUI.hpp" #include "CfgSounds.hpp" #include "CfgWeapons.hpp" #include "CfgVehicles.hpp" #include "CfgMagazines.hpp"