ACE3/addons/gunbag/config.cpp

20 lines
517 B
C++
Raw Permalink Normal View History

2016-05-03 08:21:21 +00:00
#include "script_component.hpp"
class CfgPatches {
2016-05-17 09:21:48 +00:00
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
units[] = {QUOTE(ADDON), QGVAR(Tan)};
2016-05-17 09:21:48 +00:00
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction", "ace_movement"};
author = ECSTRING(common,ACETeam);
authors[] = {"Ir0n1E"};
url = ECSTRING(main,URL);
2016-05-17 09:21:48 +00:00
VERSION_CONFIG;
};
2016-05-03 08:21:21 +00:00
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "ACE_Arsenal_Actions.hpp"