2021-10-14 15:46:43 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
name = COMPONENT_NAME;
|
|
|
|
units[] = {
|
|
|
|
QXGVAR(notepad),
|
|
|
|
QXGVAR(document),
|
|
|
|
QXGVAR(photo)
|
|
|
|
};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_interact_menu", "ace_zeus"};
|
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
authors[] = {"PabstMirror", "mharis001"};
|
|
|
|
url = ECSTRING(main,URL);
|
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
|
2021-10-18 16:42:17 +00:00
|
|
|
BWC_CONFIG(XADDON);
|
2021-10-14 15:46:43 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventHandlers.hpp"
|
|
|
|
#include "CfgEditorSubcategories.hpp"
|
|
|
|
#include "CfgMagazines.hpp"
|
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
#include "gui.hpp"
|