ACE3/addons/spottingscope/config.cpp
2016-06-07 00:17:04 +02:00

23 lines
691 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
name = CSTRING(component);
units[] = {"ACE_B_SpottingScope", "ACE_O_SpottingScope", "ACE_I_SpottingScope", "ACE_Item_SpottingScope"};
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);
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
#include "CfgMoves.hpp"
#include "RscInGameUI.hpp"