ACE3/optionals/compat_rhs_afrf3/config.cpp

17 lines
391 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
2015-07-01 20:25:19 +00:00
requiredAddons[] = {"rhs_c_weapons", "rhs_c_troops"};
author[]={"Ruthberg"};
VERSION_CONFIG;
};
};
#include "CfgAmmo.hpp"
#include "CfgMagazines.hpp"
#include "CfgWeapons.hpp"
#include "CfgVehicles.hpp"