ACE3/addons/ballistics/config.cpp
esteldunedain 100686d34a Move ballistic data outside the advance_ballistics pbo, so:
- it can be used by other pbos like overheating without it requiring ab.
- the tweaks to airfriction are available to basic wind_deflection too if ab is not present.
2015-04-05 20:05:04 -03:00

17 lines
438 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {"ACE_TargetWall"};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"TaoSensai","commy2","Ruthberg"};
authorUrl = "https://github.com/Taosenai/tmr";
VERSION_CONFIG;
};
};
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
#include "CfgAmmo.hpp"