ACE3/addons/ai/config.cpp

18 lines
415 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 {
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 "CfgAISkill.hpp"
#include "CfgWeapons.hpp"