ACE3/addons/attach/config.cpp

24 lines
524 B
C++
Raw Normal View History

2015-01-11 20:39:49 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
2015-01-13 23:00:31 +00:00
weapons[] = {"ACE_IR_Strobe_Item"};
2015-01-11 20:39:49 +00:00
requiredVersion = 0.60;
2015-01-13 05:14:27 +00:00
requiredAddons[] = {"ace_common", "ace_interaction"};
2015-01-11 20:39:49 +00:00
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
author[] = {"KoffeinFlummi", "eRazeri", "CAA-Picard"};
authorUrl = "https://github.com/KoffeinFlummi/";
};
};
#include "CfgEventHandlers.hpp"
2015-01-13 23:03:12 +00:00
#include "CfgVehicles.hpp"
2015-01-11 20:39:49 +00:00
2015-01-13 23:03:12 +00:00
#include "CfgWeapons.hpp"
2015-01-11 20:39:49 +00:00
2015-01-13 23:03:12 +00:00
#include "CfgMagazines.hpp"