ACE3/addons/sandbag/config.cpp

20 lines
522 B
C++
Raw Normal View History

2015-06-02 17:30:50 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
units[] = {"ACE_Item_Sandbag_empty"};
weapons[] = {"ACE_Sandbag_empty"};
2015-06-02 17:30:50 +00:00
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"Rocko", "Ruthberg"};
url = ECSTRING(main,URL);
2015-06-02 17:30:50 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
2016-05-24 13:13:11 +00:00
#include "CfgWeapons.hpp"