ACE3/addons/hearing/config.cpp

23 lines
632 B
C++
Raw Normal View History

2015-01-13 04:17:52 +00:00
#include "script_component.hpp"
2015-01-13 04:17:52 +00:00
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-01-13 04:17:52 +00:00
units[] = {};
weapons[] = {"ACE_EarPlugs"};
2015-01-13 04:17:52 +00:00
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi", "esteldunedain", "HopeJ", "commy2", "Rocko", "Rommel", "Ruthberg"};
url = ECSTRING(main,URL);
2015-01-13 04:17:52 +00:00
VERSION_CONFIG;
};
};
2015-01-13 04:17:52 +00:00
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "CfgSounds.hpp"
#include "CfgWeapons.hpp"
#include "CfgAmmo.hpp"
2015-05-14 18:59:25 +00:00
#include "ACE_Settings.hpp"