ACE3/addons/safemode/config.cpp

18 lines
410 B
C++
Raw Normal View History

2015-01-17 20:32:34 +00:00
#include "script_component.hpp"
2015-01-17 20:32:34 +00:00
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-01-17 20:32:34 +00:00
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2"};
url = ECSTRING(main,URL);
2015-01-17 20:32:34 +00:00
VERSION_CONFIG;
};
};
2015-01-17 20:32:34 +00:00
#include "CfgEventHandlers.hpp"