ACE3/addons/realisticnames/config.cpp

23 lines
615 B
C++
Raw Normal View History

2015-01-11 21:28:38 +00:00
#include "script_component.hpp"
class CfgPatches {
2015-01-12 19:27:43 +00:00
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-01-12 19:27:43 +00:00
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common", "ace_optics"};
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi","TaoSensai","commy2"};
url = ECSTRING(main,URL);
2015-01-12 19:27:43 +00:00
VERSION_CONFIG;
// this prevents any patched class from requiring this addon
addonRootClass = "A3_Characters_F";
2015-01-12 19:27:43 +00:00
};
};
2015-03-13 18:10:24 +00:00
#include "CfgMagazines.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"