2015-01-18 21:16:35 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-02-03 19:09:25 +00:00
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
2016-06-19 07:12:25 +00:00
|
|
|
name = COMPONENT_NAME;
|
2016-06-30 15:33:29 +00:00
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
2015-02-03 19:09:25 +00:00
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2019-04-27 19:12:11 +00:00
|
|
|
requiredAddons[] = {"ace_medical_engine"};
|
2016-05-31 19:14:43 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
2017-05-22 20:49:27 +00:00
|
|
|
authors[] = {"Glowbal", "KoffeinFlummi","Arcanum417"};
|
2016-06-01 21:45:51 +00:00
|
|
|
url = ECSTRING(main,URL);
|
2015-02-03 19:09:25 +00:00
|
|
|
VERSION_CONFIG;
|
2015-01-18 21:16:35 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-09-18 17:48:49 +00:00
|
|
|
#include "ACE_Settings.hpp"
|
2016-07-15 10:21:56 +00:00
|
|
|
#include "CfgEventHandlers.hpp"
|
|
|
|
#include "CfgVehicles.hpp"
|
2019-07-12 15:03:22 +00:00
|
|
|
|
|
|
|
class ACE_Tests {
|
|
|
|
medicalHitpoints = QPATHTOF(dev\test_hitpointConfigs.sqf);
|
|
|
|
};
|