add initial files

This commit is contained in:
Hizumi
2024-05-01 22:18:05 -05:00
parent 99bba53845
commit 73665de9f0
65 changed files with 1764 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
#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'";
};
};