ACE3/addons/vector/config.cpp

23 lines
570 B
C++
Raw Normal View History

2015-01-14 06:24:17 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-03-13 17:34:13 +00:00
units[] = {"ACE_Item_Vector"};
weapons[] = {"ACE_Vector", "ACE_VectorDay"};
2015-01-14 06:24:17 +00:00
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"Ghost","Hamburger SV","commy2","bux578"};
url = ECSTRING(main,URL);
2015-01-14 06:24:17 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
2015-04-03 15:50:52 +00:00
2015-01-14 06:24:17 +00:00
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
2015-04-03 15:50:52 +00:00
2015-01-14 06:24:17 +00:00
#include "RscInGameUI.hpp"