2015-04-27 13:16:42 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2015-12-17 22:27:04 +00:00
|
|
|
requiredAddons[] = {"rhs_c_weapons", "rhs_c_troops", "rhs_c_bmd", "rhs_c_bmp", "rhs_c_bmp3", "rhs_c_a2port_armor", "rhs_c_btr", "rhs_c_sprut", "rhs_c_t72", "rhs_c_tanks", "rhs_c_a2port_air", "rhs_c_a2port_car", "rhs_c_cars", "rhs_c_2s3", "rhs_c_rva"};
|
2015-08-18 21:48:25 +00:00
|
|
|
author[]={"Ruthberg", "GitHawk"};
|
2015-04-27 13:16:42 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgAmmo.hpp"
|
2015-06-25 14:20:16 +00:00
|
|
|
#include "CfgMagazines.hpp"
|
2015-04-27 13:16:42 +00:00
|
|
|
#include "CfgWeapons.hpp"
|
2015-08-18 21:48:25 +00:00
|
|
|
#include "CfgVehicles.hpp"
|