2015-01-20 23:18:40 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
2015-04-27 10:28:56 +00:00
|
|
|
weapons[] = {};
|
2015-01-20 23:18:40 +00:00
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2015-05-30 05:31:07 +00:00
|
|
|
requiredAddons[] = {"ace_common"};
|
2016-05-31 19:14:43 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
authors[] = {"q1184", "Rocko", "esteldunedain", "Ruthberg"};
|
2016-06-01 12:11:32 +00:00
|
|
|
PBO_URL;
|
2015-01-20 23:18:40 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventhandlers.hpp"
|
2015-01-21 04:05:27 +00:00
|
|
|
#include "CfgWorlds.hpp"
|
2015-04-06 03:02:34 +00:00
|
|
|
#include "RscTitles.hpp"
|
2015-04-27 10:28:56 +00:00
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
#include "ACE_Settings.hpp"
|