示例#1
0
extern "C" int AI_init(Funct* _functions, vector<vector<string>> _commandLineOptions)
{
	m_bot.Initialise(_functions, _commandLineOptions);
	return INTERFACE_VERSION;
}