ACE3/addons/zeus/config.cpp
2015-06-01 20:44:48 +01:00

22 lines
525 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {
QGVAR(moduleCapture),
QGVAR(moduleKnockout),
QGVAR(moduleSurrender)
};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"SilentSpike"};
authorUrl = "https://github.com/SilentSpike";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "ACE_Settings.hpp"