2015-04-05 19:08:55 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2015-04-12 09:59:02 +00:00
|
|
|
requiredAddons[] = {"ace_ballistics", "ace_weather", "ace_modules"};
|
2015-04-05 23:05:04 +00:00
|
|
|
author[] = {"Ruthberg"};
|
|
|
|
authorUrl = "https://github.com/ulteq";
|
|
|
|
VERSION_CONFIG;
|
2015-04-05 19:08:55 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventHandlers.hpp"
|
|
|
|
#include "CfgVehicles.hpp"
|
2015-04-05 23:05:04 +00:00
|
|
|
#include "RscTitles.hpp"
|
2015-04-12 09:59:02 +00:00
|
|
|
#include "ACE_Settings.hpp"
|