ACE3/addons/compat_sog/CfgVehicles.hpp
Filip Maciejewski a7d8c3eb3a
Compat SOG - Make compat auto load if DLC is present (#9204)
* Move SOG compat to addons/

* Set component to skip loading when SOG not present

* Use skipWhenMissingDependencies for GRAD Trenches compatiblity

* Tools - Add SOG dlc launch config

* move trenches to sub config, handle grad with 2nd subconfig

* fix `Land_vn_b_prop_fueldrum_01` UBC

* use ifndef

---------

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-03 11:31:45 -05:00

15 lines
491 B
C++

class CfgVehicles {
#include "CfgVehicles\backpacks.hpp"
#include "CfgVehicles\boxes.hpp"
#include "CfgVehicles\explosives.hpp"
#include "CfgVehicles\helicopters.hpp"
#include "CfgVehicles\planes.hpp"
#include "CfgVehicles\tracked.hpp"
#include "CfgVehicles\turrets.hpp"
#include "CfgVehicles\units.hpp"
#include "CfgVehicles\wheeled.hpp"
#include "CfgVehicles\land.hpp"
#include "CfgVehicles\vn_boxes.hpp"
#include "CfgVehicles\boats.hpp"
};