mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
100686d34a
- 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.
17 lines
438 B
C++
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" |