2015-03-10 17:05:56 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
2016-06-19 07:12:25 +00:00
|
|
|
name = COMPONENT_NAME;
|
2015-08-11 19:35:13 +00:00
|
|
|
units[] = {"ACE_Wheel", "ACE_Track"};
|
2015-03-10 17:05:56 +00:00
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2015-08-16 20:17:04 +00:00
|
|
|
requiredAddons[] = {"ace_interaction"};
|
2016-05-31 19:14:43 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
authors[] = {"commy2", "Glowbal", "Jonpas"};
|
2016-06-01 21:45:51 +00:00
|
|
|
url = ECSTRING(main,URL);
|
2015-03-10 17:05:56 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-08-18 03:26:55 +00:00
|
|
|
#include "ACE_Repair.hpp"
|
|
|
|
#include "ACE_Settings.hpp"
|
2015-08-16 14:45:46 +00:00
|
|
|
#include "CfgActions.hpp"
|
2016-02-07 22:56:45 +00:00
|
|
|
#include "CfgEden.hpp"
|
2017-11-29 19:36:48 +00:00
|
|
|
#include "CfgEventHandlers.hpp"
|
|
|
|
#include "CfgMoves.hpp"
|
|
|
|
#include "CfgVehicles.hpp"
|