ACE3/addons/trenches/config.cpp
Grey-Soldierman 7e5859f6f8 Ports A2 Envelope Small & Envelope Big.
Adds entrenching tool for use in building trenches (Requires Script to be made)
2015-06-17 18:17:57 +01:00

15 lines
407 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {"ACE_envelope_small","ACE_envelope_big"};
weapons[] = {"ACE_entrenchingtool"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"Grey"};
authorUrl = "";
VERSION_CONFIG;
};
};
#include "CfgWeapons.hpp"
#include "CfgVehicles.hpp"