#include "script_component.hpp" #if __has_include("\rhsafrf\addons\rhs_main\loadorder\config.bin") #else #define PATCH_SKIP "RHS AFRF" #endif #ifdef PATCH_SKIP ACE_PATCH_NOT_LOADED(ADDON,PATCH_SKIP) #else class CfgPatches { class ADDON { name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; requiredAddons[] = {"rhs_main_loadorder"}; author = ECSTRING(common,ACETeam); authors[] = {"Ruthberg", "GitHawk", "BaerMitUmlaut", "commy2", "Skengman2"}; url = ECSTRING(main,URL); skipWhenMissingDependencies = 1; VERSION_CONFIG; }; }; #include "CfgAmmo.hpp" #include "CfgEventHandlers.hpp" #include "CfgMagazines.hpp" #include "CfgWeapons.hpp" #include "CfgVehicles.hpp" #endif