2016-07-30 12:00:42 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
name = COMPONENT_NAME;
|
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_common"};
|
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
authors[] = {"Glowbal","KoffeinFlummi","commy2"};
|
|
|
|
url = ECSTRING(main,URL);
|
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgActions.hpp"
|
2021-07-23 19:32:36 +00:00
|
|
|
#include "CfgEventHandlers.hpp"
|
2016-10-05 22:54:57 +00:00
|
|
|
#include "CfgExtendedAnimation.hpp"
|
2021-07-23 19:32:36 +00:00
|
|
|
#include "CfgFunctions.hpp"
|
|
|
|
#include "CfgMoves.hpp"
|
2016-07-30 12:00:42 +00:00
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
#include "CfgWeapons.hpp"
|