ACE3/addons/microdagr/config.cpp
2016-05-25 01:44:56 +02:00

24 lines
577 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {"ACE_microDAGR_Item"};
weapons[] = {"ACE_microDAGR"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"PabstMirror"};
authorUrl = "https://github.com/PabstMirror/";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgWeapons.hpp"
#include "CfgVehicles.hpp"
#include "gui.hpp"
#include "ACE_Settings.hpp"
class ACE_newEvents {
RangerfinderData = QEGVAR(vector,rangefinderData);
};