2016-06-30 15:33:29 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
name = COMPONENT_NAME;
|
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2018-07-18 18:19:28 +00:00
|
|
|
requiredAddons[] = {"ace_medical_status"};
|
2016-06-30 15:33:29 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
authors[] = {""};
|
|
|
|
url = ECSTRING(main,URL);
|
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventHandlers.hpp"
|
2018-07-18 18:21:27 +00:00
|
|
|
#include "CfgInGameUI.hpp"
|
2017-01-29 19:24:16 +00:00
|
|
|
#include "CfgSounds.hpp"
|
2018-07-18 18:21:27 +00:00
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
#include "RscTitles.hpp"
|
2020-02-22 20:42:59 +00:00
|
|
|
#include "RscInGameUI.hpp"
|