ACE3/addons/microdagr/config.cpp

20 lines
496 B
C++
Raw Normal View History

2015-03-09 15:46:59 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {"ACE_microDAGR_Item"};
2015-03-25 17:23:01 +00:00
weapons[] = {"ACE_microDAGR"};
2015-03-09 15:46:59 +00:00
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"PabstMirror"};
2015-03-09 18:52:15 +00:00
authorUrl = "https://github.com/PabstMirror/";
2015-03-09 15:46:59 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgWeapons.hpp"
2015-03-09 18:52:15 +00:00
#include "CfgVehicles.hpp"
2015-03-09 15:46:59 +00:00
#include "gui.hpp"
#include "ACE_Settings.hpp"