ACE3/addons/spottingscope/config.cpp

23 lines
691 B
C++
Raw Normal View History

2015-06-05 07:34:27 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-06 22:17:04 +00:00
name = CSTRING(component);
units[] = {"ACE_B_SpottingScope", "ACE_O_SpottingScope", "ACE_I_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"
2016-06-06 15:22:17 +00:00
#include "RscInGameUI.hpp"