ACE3/addons/vector/config.cpp

25 lines
583 B
C++
Raw Normal View History

2015-01-14 06:24:17 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
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[] = {"Ghost","Hamburger SV","commy2","bux578"};
authorUrl = "https://github.com/commy2/";
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"
2016-05-24 13:13:11 +00:00
class ACE_newEvents {
2016-05-24 14:06:17 +00:00
RangerfinderData = "ace_rangefinderData";
};