ACE3/addons/refuel/config.cpp

18 lines
409 B
C++
Raw Normal View History

2015-08-13 17:33:55 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {"ACE_refuel_fuelNozzle"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"GitHawk"};
authorUrl = "";
VERSION_CONFIG;
};
};
#include "ACE_Settings.hpp"
2015-08-13 17:33:55 +00:00
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"