File diff r18880:d1db1f3ee26b → r18881:ca79a2e629a6
src/ai/ai_info.cpp
Show inline comments
 
@@ -8,20 +8,17 @@
 
 */
 

	
 
/** @file ai_info.cpp Implementation of AIInfo and AILibrary */
 

	
 
#include "../stdafx.h"
 

	
 
#include "../script/squirrel_helper.hpp"
 
#include "../script/squirrel_class.hpp"
 
#include "ai_info.hpp"
 
#include "ai_scanner.hpp"
 
#include "../settings_type.h"
 
#include "../debug.h"
 
#include "../rev.h"
 
#include "ai.hpp"
 

	
 
/**
 
 * Check if the API version provided by the AI is supported.
 
 * @param api_version The API version as provided by the AI.
 
 */
 
static bool CheckAPIVersion(const char *api_version)