2015-01-20 23:18:40 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
2015-04-27 10:28:56 +00:00
|
|
|
weapons[] = {};
|
2015-01-20 23:18:40 +00:00
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_common"};
|
2015-04-06 03:02:34 +00:00
|
|
|
author[] = {"q1184", "Rocko", "esteldunedain","Ruthberg"};
|
2015-01-20 23:18:40 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventhandlers.hpp"
|
2015-01-21 04:05:27 +00:00
|
|
|
#include "CfgWorlds.hpp"
|
2015-04-06 03:02:34 +00:00
|
|
|
#include "RscTitles.hpp"
|
2015-04-27 10:28:56 +00:00
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
#include "ACE_Settings.hpp"
|