2017-02-25 01:21:42 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
name = COMPONENT_NAME;
|
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"rhsgref_main", "rhsgref_c_weapons"};
|
|
|
|
author = ECSTRING(common,ACETeam);
|
2018-09-15 16:53:28 +00:00
|
|
|
authors[] = {"PabstMirror", "Ruthberg", "Anton"};
|
2017-02-25 01:21:42 +00:00
|
|
|
url = ECSTRING(main,URL);
|
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgAmmo.hpp"
|
2018-08-27 22:13:38 +00:00
|
|
|
#include "CfgMagazines.hpp"
|
2017-11-19 18:05:36 +00:00
|
|
|
#include "CfgWeapons.hpp"
|
2018-09-15 16:53:28 +00:00
|
|
|
#include "CfgVehicles.hpp"
|