ACE3/addons/rangecard/config.cpp

21 lines
551 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
units[] = {"ACE_Item_RangeCard"};
weapons[] = {"ACE_RangeCard"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ACE_Advanced_Ballistics","ace_scopes"};
author = ECSTRING(common,ACETeam);
authors[] = {"Ruthberg"};
2016-06-09 12:28:31 +00:00
url = ECSTRING(main,URL);
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
2016-06-09 12:28:31 +00:00
#include "RscTitles.hpp"