ACE3/addons/reloadlaunchers/config.cpp

19 lines
411 B
C++
Raw Normal View History

2015-03-18 17:25:53 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
2015-03-22 13:05:31 +00:00
requiredAddons[] = {"ace_common","ace_interaction","ace_interact_menu"};
2015-03-18 17:25:53 +00:00
author[] = {""};
authorUrl = "";
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"