mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
18 lines
484 B
C++
18 lines
484 B
C++
#include "script_component.hpp"
|
|
|
|
class CfgPatches {
|
|
class ADDON {
|
|
units[] = {"ACE_Item_Kestrel4500"};
|
|
weapons[] = {"ACE_Kestrel4500"};
|
|
requiredVersion = REQUIRED_VERSION;
|
|
requiredAddons[] = {"ACE_common", "ACE_weather"};
|
|
author[] = {ECSTRING(common,ACETeam), "Ruthberg"};
|
|
VERSION_CONFIG;
|
|
};
|
|
};
|
|
|
|
#include "CfgEventHandlers.hpp"
|
|
#include "CfgSound.hpp"
|
|
#include "CfgVehicles.hpp"
|
|
#include "CfgWeapons.hpp"
|
|
#include "RscTitles.hpp" |