#include "script_component.hpp" class CfgPatches { class ADDON { name = COMPONENT_NAME; units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; requiredAddons[] = {"dragonfly_main"}; authors[] = {"J. Schmidt", "Creedcoder"}; author = "IDSolutions"; VERSION_CONFIG; }; }; #include "CfgEventHandlers.hpp"