ACE3/addons/safemode/config.cpp

16 lines
351 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[] = {"commy2"};
authorUrl = "https://github.com/commy2/";
VERSION_CONFIG;
};
};
2015-01-17 20:32:34 +00:00
#include "CfgEventHandlers.hpp"