ACE3/addons/ballistics/config.cpp

20 lines
493 B
C++
Raw Normal View History

2015-01-14 03:02:48 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
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"