2015-08-15 16:43:13 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_interaction"};
|
2015-08-18 01:38:28 +00:00
|
|
|
author[] = {"GitHawk", "Jonpas"};
|
2015-08-18 00:32:10 +00:00
|
|
|
authorUrl = "https://ace3mod.com";
|
2015-08-15 16:43:13 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-08-18 00:32:10 +00:00
|
|
|
#include "ACE_Settings.hpp"
|
2015-08-15 16:43:13 +00:00
|
|
|
#include "CfgEventHandlers.hpp"
|
2015-08-18 00:32:10 +00:00
|
|
|
|
2015-08-15 16:43:13 +00:00
|
|
|
#include "CfgAmmo.hpp"
|
2015-08-18 00:32:10 +00:00
|
|
|
#include "CfgMagazines.hpp"
|
|
|
|
#include "CfgVehicles.hpp"
|