ACE3/addons/medical_ai/config.cpp

19 lines
456 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_medical_treatment"};
author = ECSTRING(common,ACETeam);
authors[] = {"BaerMitUmlaut"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};
};
2016-09-06 03:35:01 +00:00
#include "ACE_Settings.hpp"
#include "CfgEventHandlers.hpp"