ACE3/addons/sandbag/config.cpp

18 lines
508 B
C++
Raw Normal View History

2015-06-02 17:30:50 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {"ACE_Item_Sandbag", "ACE_Item_Sandbag_empty"};
weapons[] = {"ACE_Sandbag", "ACE_Sandbag_empty"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"Rocko", "Ruthberg"};
2016-06-01 12:11:32 +00:00
PBO_URL;
2015-06-02 17:30:50 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"