File diff r14376:b8882984cdf2 → r14377:f63ba65f9d57
src/ai/ai_scanner.hpp
Show inline comments
 
@@ -48,7 +48,7 @@ public:
 
	/**
 
	 * Find an AI by name.
 
	 */
 
	class AIInfo *FindInfo(const char *name, int version);
 
	class AIInfo *FindInfo(const char *name, int version, bool force_exact_match);
 

	
 
	/**
 
	 * Get the list of available AIs for the console.