2015-01-13 23:52:37 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
2015-01-14 01:57:15 +00:00
|
|
|
class ADDON {
|
2015-05-01 23:32:20 +00:00
|
|
|
units[] = {};
|
2015-01-13 23:52:37 +00:00
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_common"};
|
2016-05-31 19:14:43 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
authors[] = {"KoffeinFlummi","Crusty","commy2","jaynus","Kimi"};
|
2016-06-01 12:11:32 +00:00
|
|
|
PBO_URL;
|
2015-01-13 23:52:37 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgAmmo.hpp"
|
|
|
|
#include "CfgMagazines.hpp"
|
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
#include "CfgWeapons.hpp"
|
2015-04-03 23:46:37 +00:00
|
|
|
#include "RscInGameUI.hpp"
|