ACE3/addons/nightvision/config.cpp

18 lines
518 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 {
units[] = {};
weapons[] = {"ACE_NVG_Gen1", "ACE_NVG_Gen2", /*"ACE_NVG_Gen3",*/ "ACE_NVG_Gen4", "ACE_NVG_Wide"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"commy2", "KoffeinFlummi", "PabstMirror"};
authorUrl = "https://github.com/commy2/";
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"