ACE3/addons/vehiclelock/config.cpp
2016-06-01 13:49:10 +02:00

22 lines
502 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
PBO_URL
authors[] = {"PabstMirror"};
authorUrl = "https://github.com/acemod/ACE3";
VERSION_CONFIG;
};
};
#include "ACE_Settings.hpp"
#include "CfgEventHandlers.hpp"
#include "CfgMagazines.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"