-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.cpp
29 lines (20 loc) · 1.07 KB
/
config.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#define _ARMA_
#include "Submod_name_macros.hpp"
#include "\AfA\Addons\main\global_macros\basic_macros.hpp"
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀//
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
class CfgPatches
{
class bdsm_AfA_hqadd
{
units[] = {};
weapons[] ={};
requiredVersion = 0.1;
requiredAddons[] = {"A3_Characters_F","A3_Data_f","A3_Weapons_F","A3_Characters_F_Proxies"};
};
};
class CfgVehicles
{
#include "HQBunker.hpp"
}