ACE3/addons/vehiclelock/config.cpp

23 lines
583 B
C++
Raw Normal View History

2015-01-23 22:40:39 +00:00
#include "script_component.hpp"
class CfgPatches {
2016-06-19 07:12:25 +00:00
class ADDON {
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
url = ECSTRING(main,URL);
2016-06-19 07:12:25 +00:00
authors[] = {"PabstMirror"};
authorUrl = "https://github.com/acemod/ACE3";
VERSION_CONFIG;
};
};
#include "ACE_Settings.hpp"
2015-01-23 22:40:39 +00:00
#include "CfgEventHandlers.hpp"
#include "CfgMagazines.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"