ACE3/addons/zeus/config.cpp

21 lines
488 B
C++
Raw Normal View History

2015-05-09 19:24:39 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2015-05-14 22:04:58 +00:00
units[] = {
QGVAR(moduleKnockout)
};
2015-05-09 19:24:39 +00:00
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
2015-05-09 19:24:39 +00:00
author[] = {"SilentSpike"};
authorUrl = "https://github.com/SilentSpike";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgFactionClasses.hpp"
2015-05-11 15:30:46 +00:00
#include "CfgVehicles.hpp"
#include "ACE_Settings.hpp"