ACE3/addons/attach/config.cpp

22 lines
481 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-18 07:32:07 +00:00
requiredVersion = REQUIRED_VERSION;
2015-01-13 05:14:27 +00:00
requiredAddons[] = {"ace_common", "ace_interaction"};
2015-01-11 20:39:49 +00:00
author[] = {"KoffeinFlummi", "eRazeri", "CAA-Picard"};
authorUrl = "https://github.com/KoffeinFlummi/";
2015-01-18 07:32:07 +00:00
VERSION_CONFIG;
2015-01-11 20:39:49 +00:00
};
};
#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"