ACE3/addons/medical/config.cpp

27 lines
667 B
C++
Raw Normal View History

#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;
units[] = {};
weapons[] = {};
2015-02-03 19:09:25 +00:00
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
2016-09-18 17:48:49 +00:00
authors[] = {"Glowbal", "KoffeinFlummi"};
url = ECSTRING(main,URL);
2015-02-03 19:09:25 +00:00
VERSION_CONFIG;
};
};
2016-09-18 17:48:49 +00:00
#include "ACE_Settings.hpp"
#include "ACE_Medical_Injuries.hpp"
#include "ACE_Medical_StateMachine.hpp"
2016-07-15 10:21:56 +00:00
#include "CfgEden.hpp"
#include "CfgEventHandlers.hpp"
#include "CfgSounds.hpp"
#include "CfgFactionClasses.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"