2015-01-14 03:02:48 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
2015-04-26 15:04:49 +00:00
|
|
|
units[] = {"ACE_TargetWall","ACE_Box_Ammo"};
|
2015-01-20 18:55:17 +00:00
|
|
|
weapons[] = {};
|
2015-01-14 03:02:48 +00:00
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_common"};
|
2015-06-02 17:56:42 +00:00
|
|
|
author[] = {"commy2","Ruthberg"};
|
2015-01-14 03:02:48 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-04-13 19:08:31 +00:00
|
|
|
#include "CfgAmmo.hpp"
|
|
|
|
#include "CfgMagazines.hpp"
|
2015-01-14 03:02:48 +00:00
|
|
|
#include "CfgWeapons.hpp"
|
2015-04-13 19:08:31 +00:00
|
|
|
#include "CfgVehicles.hpp"
|