ACE3/addons/spottingscope/config.cpp

26 lines
789 B
C++
Raw Normal View History

2015-06-05 07:34:27 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
units[] = {"ACE_B_SpottingScope", "ACE_O_SpottingScope", "ACE_I_SpottingScope", "ACE_B_T_SpottingScope", "ACE_O_T_SpottingScope", "ACE_Item_SpottingScope"};
2015-06-05 07:34:27 +00:00
weapons[] = {"ACE_SpottingScope"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_apl", "ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"Rocko", "Scubaman3D", "Ruthberg", "commy2", "p1nga"};
url = ECSTRING(main,URL);
2015-06-05 07:34:27 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
#include "CfgMoves.hpp"
#include "CfgOpticsEffect.hpp"
2016-06-06 15:22:17 +00:00
class CBA_PIPItems {
GVAR(enable) = "-";
};