ACE3/addons/tripod/config.cpp

20 lines
522 B
C++
Raw Normal View History

2015-06-04 19:13:44 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-06-04 19:13:44 +00:00
units[] = {"ACE_Item_Tripod"};
weapons[] = {"ACE_Tripod"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"Rocko", "Scubaman3D", "Ruthberg"};
url = ECSTRING(main,URL);
2015-06-04 19:13:44 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
2016-05-24 13:13:11 +00:00
#include "CfgWeapons.hpp"