2015-01-23 22:40:39 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-01-11 16:42:31 +00:00
|
|
|
class CfgPatches {
|
2015-01-23 22:40:39 +00:00
|
|
|
class ADDON {
|
2015-01-11 16:42:31 +00:00
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
2015-01-23 22:40:39 +00:00
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2015-04-09 11:23:29 +00:00
|
|
|
requiredAddons[] = {"ace_interaction"};
|
2015-01-11 16:42:31 +00:00
|
|
|
author[] = {"PabstMirror"};
|
2015-04-28 18:26:52 +00:00
|
|
|
authorUrl = "https://github.com/acemod/ACE3";
|
2015-01-23 22:40:39 +00:00
|
|
|
VERSION_CONFIG;
|
2015-01-11 16:42:31 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-05-14 18:46:35 +00:00
|
|
|
#include "ACE_Settings.hpp"
|
2015-01-23 22:40:39 +00:00
|
|
|
#include "CfgEventHandlers.hpp"
|
|
|
|
#include "CfgMagazines.hpp"
|
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
#include "CfgWeapons.hpp"
|