2015-01-17 22:38:13 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
2015-04-13 22:32:09 +00:00
|
|
|
weapons[] = {"ACE_acc_pointer_red","ACE_acc_pointer_green","ACE_acc_pointer_green_IR"};
|
2015-01-17 22:38:13 +00:00
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_common"};
|
|
|
|
author[] = {"commy2"};
|
|
|
|
authorUrl = "https://github.com/commy2";
|
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-06-12 05:58:04 +00:00
|
|
|
#include "ACE_Settings.hpp"
|
2015-01-17 22:38:13 +00:00
|
|
|
#include "CfgEventHandlers.hpp"
|
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
#include "CfgWeapons.hpp"
|
2015-08-19 15:11:15 +00:00
|
|
|
#include "CfgJointRails.hpp"
|