ACE3/addons/attach/config.cpp

22 lines
513 B
C++
Raw Normal View History

2015-01-11 20:39:49 +00:00
#include "script_component.hpp"
class CfgPatches {
2015-02-01 20:56:19 +00:00
class ADDON {
units[] = {};
weapons[] = {"ACE_IR_Strobe_Item"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common", "ace_interaction"};
author[] = {"KoffeinFlummi", "eRazeri", "CAA-Picard"};
authorUrl = "https://github.com/KoffeinFlummi/";
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"