ACE3/addons/fastroping/config.cpp

23 lines
618 B
C++
Raw Normal View History

2015-09-16 21:01:01 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
units[] = {"ACE_fastropingSupplyCrate"};
weapons[] = {};
2015-09-16 21:01:01 +00:00
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction","ace_logistics_rope"};
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi", "BaerMitUmlaut", "Pokertour", "veteran29"};
url = ECSTRING(main,URL);
2015-09-16 21:01:01 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgMoves.hpp"
#include "CfgSounds.hpp"
2015-09-16 21:01:01 +00:00
#include "CfgVehicles.hpp"
2016-03-05 19:25:35 +00:00
#include "CfgWaypoints.hpp"