ACE3/addons/reloadlaunchers/config.cpp

19 lines
409 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;
requiredAddons[] = {"ace_interaction"};
2015-08-19 02:18:33 +00:00
author[] = {"commy2"};
authorUrl = "https://github.com/commy2";
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"