ACE3/addons/refuel/config.cpp

25 lines
597 B
C++
Raw Normal View History

2015-08-13 17:33:55 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
units[] = {QGVAR(fuelNozzle)};
weapons[] = {};
2015-08-13 17:33:55 +00:00
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"GitHawk"};
url = ECSTRING(main,URL);
2015-08-13 17:33:55 +00:00
VERSION_CONFIG;
};
};
#include "ACE_Settings.hpp"
#include "Cfg3DEN.hpp"
2015-08-13 17:33:55 +00:00
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
class ACE_Tests {
vehicleTransportFuel = QPATHTOF(dev\test_debugConfigs.sqf);
};