2015-10-14 22:26:31 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_interact_menu"};
|
|
|
|
author[] = {"joko // Jonas", "Emperias", "Zigomarvin"};
|
2016-03-29 14:08:33 +00:00
|
|
|
authorUrl = "https://github.com/jokoho48";
|
2015-10-14 22:26:31 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-12-09 05:08:09 +00:00
|
|
|
#include "ACE_Settings.hpp"
|
2015-10-14 22:26:31 +00:00
|
|
|
#include "CfgMovesBasic.hpp"
|
|
|
|
#include "CfgEventHandlers.hpp"
|
|
|
|
#include "CfgVehicles.hpp"
|