ACE3/addons/ballistics/config.cpp
2015-03-29 14:25:13 +02:00

17 lines
405 B
C++

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