2015-01-11 18:24:19 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
2015-04-06 16:22:43 +00:00
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2015-04-09 02:51:21 +00:00
|
|
|
requiredAddons[] = { "ace_main", "ace_common", "ace_missileguidance" };
|
2015-04-06 16:22:43 +00:00
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
2015-01-11 18:24:19 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventhandlers.hpp"
|
2015-04-04 23:55:53 +00:00
|
|
|
#include "RscInGameUI.hpp"
|
2015-04-11 20:37:55 +00:00
|
|
|
#include "CfgSounds.hpp"
|
2015-04-16 18:32:47 +00:00
|
|
|
#include "CfgWeapons.hpp"
|
2015-05-25 10:34:07 +00:00
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
#include "CfgMagazines.hpp"
|