ACE3/addons/safemode/config.cpp

17 lines
379 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 {
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"