#include "BIS_AddonInfo.hpp" class CfgPatches { class 17th_loadouts { // Addon identity name = "17th Loadouts"; author = "17th Ranger Battalion"; authors[] = { "Gary", "EagleTrooper" }; units[] = {}; url = ""; version = 1.1.0; versionAr[] = {1,1,0,0}; versionStr = "v1.1.0"; }; }; class Extended_PostInit_EventHandlers { class 17th_postInit { init = "call compile preprocessFileLineNumbers '\17th_loadouts\XEH_postInit.sqf'"; }; };