ACE3/addons/compat_rhs_afrf3/config.cpp

23 lines
630 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common", "rhs_main_loadorder"};
author = ECSTRING(common,ACETeam);
2016-06-25 22:23:43 +00:00
authors[] = {"Ruthberg", "GitHawk", "BaerMitUmlaut", "commy2", "Skengman2"};
url = ECSTRING(main,URL);
skipWhenMissingDependencies = 1;
VERSION_CONFIG;
};
};
#include "CfgAmmo.hpp"
2016-03-01 23:01:34 +00:00
#include "CfgEventHandlers.hpp"
#include "CfgMagazines.hpp"
#include "CfgWeapons.hpp"
2015-08-18 21:48:25 +00:00
#include "CfgVehicles.hpp"