mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
070abfa11b
* requiredAddons_r3f_v3.6 * update_r3f_v3.6 * update_r3f_v3.6 * update_r3f_v3.6 * update_r3f_v3.6 * update_r3f_v3.6 * update_r3f_v3.6
20 lines
487 B
C++
20 lines
487 B
C++
#include "script_component.hpp"
|
|
|
|
class CfgPatches {
|
|
class ADDON {
|
|
name = COMPONENT_NAME;
|
|
units[] = {};
|
|
weapons[] = {};
|
|
requiredVersion = REQUIRED_VERSION;
|
|
requiredAddons[] = {"r3f_armes_c", "R3F_G17_addons", "r3f_acc"};
|
|
author = ECSTRING(common,ACETeam);
|
|
authors[] = {"Ruthberg"};
|
|
url = ECSTRING(main,URL);
|
|
VERSION_CONFIG;
|
|
};
|
|
};
|
|
|
|
#include "CfgAmmo.hpp"
|
|
#include "CfgMagazines.hpp"
|
|
#include "CfgWeapons.hpp"
|