2015-06-07 09:10:50 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-06-09 01:34:29 +00:00
|
|
|
class CfgPatches {
|
2015-06-09 05:00:00 +00:00
|
|
|
class ADDON {
|
|
|
|
units[] = {QGVAR(moduleSettings)};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_common"};
|
|
|
|
author[] = {"Drill"};
|
2015-06-09 01:34:29 +00:00
|
|
|
authorUrl = "https://github.com/TheDrill/";
|
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
2015-06-07 09:10:50 +00:00
|
|
|
};
|
|
|
|
|
2015-06-09 05:00:00 +00:00
|
|
|
|
2015-06-07 09:10:50 +00:00
|
|
|
#include "ACE_Settings.hpp"
|
2015-06-09 01:34:29 +00:00
|
|
|
#include "CfgEventHandlers.hpp"
|
2015-06-09 05:00:00 +00:00
|
|
|
#include "CfgVehicles.hpp"
|