ACE3/addons/reloadlaunchers/config.cpp

25 lines
539 B
C++
Raw Normal View History

2015-03-18 17:25:53 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-03-18 17:25:53 +00:00
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2"};
url = ECSTRING(main,URL);
2015-03-18 17:25:53 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
2015-03-22 13:05:31 +00:00
#include "CfgVehicles.hpp"
2015-03-18 19:17:53 +00:00
#include "CfgWeapons.hpp"
2016-05-24 13:13:11 +00:00
class ACE_newEvents {
2016-05-25 18:13:36 +00:00
reloadLauncher = QGVAR(reloadLauncher);
2016-05-24 14:06:17 +00:00
};