mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
da7a7107ea
* initial * more mines * mines mines mines * last mine batch * tnt
22 lines
618 B
C++
22 lines
618 B
C++
#include "script_component.hpp"
|
|
#include "\z\ace\addons\csw\script_config_macros_csw.hpp"
|
|
|
|
class CfgPatches {
|
|
class ADDON {
|
|
name = COMPONENT_NAME;
|
|
units[] = {};
|
|
weapons[] = {};
|
|
requiredVersion = REQUIRED_VERSION;
|
|
requiredAddons[] = {"ace_explosives", "ace_csw", "rhsgref_main", "rhsgref_c_weapons"};
|
|
author = ECSTRING(common,ACETeam);
|
|
authors[] = {"PabstMirror", "Ruthberg", "Anton"};
|
|
url = ECSTRING(main,URL);
|
|
VERSION_CONFIG;
|
|
};
|
|
};
|
|
|
|
#include "CfgAmmo.hpp"
|
|
#include "CfgMagazines.hpp"
|
|
#include "CfgWeapons.hpp"
|
|
#include "CfgVehicles.hpp"
|