ACE3/addons/ai/config.cpp

19 lines
452 B
C++
Raw Normal View History

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