ACE3/addons/missileguidance/config.cpp

21 lines
456 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_laser"};
VERSION_CONFIG;
};
};
#include "ACE_GuidanceConfig.hpp"
2015-04-08 15:19:19 +00:00
#include "ACE_Settings.hpp"
#include "CfgEventhandlers.hpp"
#include "CfgAmmo.hpp"
2015-04-07 06:15:26 +00:00
#include "CfgMagazines.hpp"
#include "CfgWeapons.hpp"
#include "CfgVehicles.hpp"