ACE3/addons/dragging/config.cpp

20 lines
493 B
C++
Raw Normal View History

2015-03-14 11:05:43 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-03-14 11:05:43 +00:00
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"Garth 'L-H' de Wet", "commy2"};
url = ECSTRING(main,URL);
2015-03-14 11:05:43 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
2015-04-28 20:40:36 +00:00
#include "CfgMovesBasic.hpp"