ACE3/addons/noradio/config.cpp

16 lines
351 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 {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"commy2"};
authorUrl = "https://github.com/commy2/";
VERSION_CONFIG;
};
2015-01-14 03:04:25 +00:00
};
#include "CfgEventhandlers.hpp"