ACE3/addons/vehiclelock/config.cpp

20 lines
442 B
C++
Raw Normal View History

2015-01-23 22:40:39 +00:00
#include "script_component.hpp"
class CfgPatches {
2015-01-23 22:40:39 +00:00
class ADDON {
units[] = {};
weapons[] = {};
2015-01-23 22:40:39 +00:00
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"PabstMirror"};
2015-04-28 18:26:52 +00:00
authorUrl = "https://github.com/acemod/ACE3";
2015-01-23 22:40:39 +00:00
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"