Files
mod1/addons/17th_loadouts/config.cpp
2024-05-01 22:18:05 -05:00

23 lines
464 B
C++

#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'";
};
};