ACE3/addons/noradio/config.cpp

18 lines
410 B
C++
Raw Normal View History

2015-01-14 03:04:25 +00:00
#include "script_component.hpp"
class CfgPatches {
2015-06-24 16:09:43 +00:00
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-06-24 16:09:43 +00:00
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2"};
url = ECSTRING(main,URL);
2015-06-24 16:09:43 +00:00
VERSION_CONFIG;
};
2015-01-14 03:04:25 +00:00
};
#include "CfgEventhandlers.hpp"