ACE3/addons/wep_dragon/config.cpp

17 lines
452 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = { "ACE_M47_Static" };
weapons[] = { "ACE_M47StaticLauncher", "M47Launcher_EP1", "ACE_M47_Daysight" };
requiredVersion = REQUIRED_VERSION;
2015-01-13 05:14:27 +00:00
requiredAddons[] = { "ace_main", "ace_common" };
version = VERSION;
};
};
#include "CfgEventhandlers.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
#include "CfgAmmo.hpp"
#include "CfgMagazines.hpp"