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"};
|
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"
|