add initial files
This commit is contained in:
23
addons/17th_loadouts/config.cpp
Normal file
23
addons/17th_loadouts/config.cpp
Normal 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'";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user