ACE3/addons/compat_gm/compat_gm_refuel/config.cpp

20 lines
426 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
addonRootClass = QUOTE(COMPONENT);
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {
"gm_core",
"ace_refuel"
};
skipWhenMissingDependencies = 1;
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"