#include "script_component.hpp" #if __has_include("\z\ace\addons\nomedical\script_component.hpp") #define PATCH_SKIP "No Medical" #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[] = {"ace_medical_engine"}; author = ECSTRING(common,ACETeam); authors[] = {"Glowbal", "KoffeinFlummi","Arcanum417"}; url = ECSTRING(main,URL); VERSION_CONFIG; }; }; #include "ACE_Settings.hpp" #include "CfgEventHandlers.hpp" #include "CfgVehicles.hpp" class ACE_Tests { medicalHitpoints = QPATHTOF(dev\test_hitpointConfigs.sqf); }; #endif