ACE3/addons/grenades/config.cpp

28 lines
631 B
C++
Raw Normal View History

2015-01-14 09:06:47 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2", "KoffeinFlummi"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};
};
2015-01-14 09:06:47 +00:00
#include "CfgEventHandlers.hpp"
#include "CfgAmmo.hpp"
#include "CfgWeapons.hpp"
#include "CfgMagazines.hpp"
#include "CfgVehicles.hpp"
2015-09-01 10:46:15 +00:00
#include "Effects.hpp"
2016-05-24 13:13:11 +00:00
class ACE_newEvents {
flashbangExplosion = "ace_flashbangExploded";
2016-05-24 14:06:17 +00:00
};