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