ACE3/addons/ballistics/config.cpp

21 lines
524 B
C++
Raw Normal View History

2015-01-14 03:02:48 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
units[] = {"ACE_TargetWall","ACE_Box_Ammo"};
weapons[] = {};
2015-01-14 03:02:48 +00:00
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2","Ruthberg"};
url = ECSTRING(main,URL);
2015-01-14 03:02:48 +00:00
VERSION_CONFIG;
};
};
#include "CfgAmmo.hpp"
#include "CfgMagazines.hpp"
2015-01-14 03:02:48 +00:00
#include "CfgWeapons.hpp"
#include "CfgVehicles.hpp"