ACE3/addons/nightvision/config.cpp

22 lines
630 B
C++
Raw Normal View History

2015-01-12 22:08:37 +00:00
#include "script_component.hpp"
class CfgPatches {
2015-02-18 04:05:52 +00:00
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-02-18 04:05:52 +00:00
units[] = {};
weapons[] = {"ACE_NVG_Gen1", "ACE_NVG_Gen2", /*"ACE_NVG_Gen3",*/ "ACE_NVG_Gen4", "ACE_NVG_Wide"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2", "KoffeinFlummi", "PabstMirror"};
url = ECSTRING(main,URL);
2015-02-18 04:05:52 +00:00
VERSION_CONFIG;
};
2015-01-12 22:08:37 +00:00
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
2015-01-12 22:53:19 +00:00
#include "CfgWeapons.hpp"
2015-10-07 18:11:07 +00:00
#include "ACE_Settings.hpp"
#include "RscTitles.hpp"