mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
e5f02f8d63
sys_cargo to merge
22 lines
462 B
C++
22 lines
462 B
C++
#include "script_component.hpp"
|
|
|
|
#include "\z\ace\addons\main\script_config.hpp"
|
|
|
|
class CfgPatches {
|
|
class ADDON {
|
|
units[] = {};
|
|
weapons[] = {};
|
|
requiredVersion = REQUIRED_VERSION;
|
|
requiredAddons[] = { "ace_common", "ace_c_vehicle", "ace_c_weapon", "ace_sys_interaction" };
|
|
version = VERSION;
|
|
author[] = {"Rocko"};
|
|
};
|
|
};
|
|
|
|
PRELOAD_ADDONS;
|
|
|
|
#include "CfgVehicles.hpp"
|
|
#include "CfgEventHandlers.hpp"
|
|
#include "Dialog.hpp"
|
|
#include "CfgFunctions.hpp"
|