2015-01-13 19:12:37 +00:00
|
|
|
#include "script_component.hpp"
|
2015-01-11 16:42:31 +00:00
|
|
|
|
|
|
|
class CfgPatches {
|
2015-01-13 19:12:37 +00:00
|
|
|
class ADDON {
|
2015-01-11 16:42:31 +00:00
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = 0.60;
|
2015-01-13 19:12:37 +00:00
|
|
|
requiredAddons[] = {"ace_common"};
|
2015-01-11 16:42:31 +00:00
|
|
|
author[] = {"commy2"};
|
|
|
|
authorUrl = "https://github.com/commy2/";
|
2015-01-13 22:53:48 +00:00
|
|
|
// VERSION_CONFIG @todo
|
2015-01-11 16:42:31 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-01-13 19:12:37 +00:00
|
|
|
#include "CfgEventHandlers.hpp"
|
|
|
|
#include "CfgWeapons.hpp"
|
|
|
|
#include "CfgMagazines.hpp"
|
|
|
|
#include "CfgVehicles.hpp"
|