ACE3/addons/huntir/config.cpp

25 lines
659 B
C++
Raw Normal View History

2015-06-06 12:13:34 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-06-06 12:13:34 +00:00
units[] = {"ACE_HuntIR", "ACE_HuntIRBox"};
weapons[] = {"ACE_HuntIR_monitor"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"Norrin", "Rocko", "Ruthberg"};
url = ECSTRING(main,URL);
2015-06-06 12:13:34 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventhandlers.hpp"
#include "CfgCloudlets.hpp"
#include "CfgAmmo.hpp"
#include "CfgMagazines.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
#include "Dialog.hpp"
#include "RscTitles.hpp"