File diff r11853:cdcc1e5aa2fb → r11854:25988cfec487
src/ai/api/ai_controller.cpp
Show inline comments
 
@@ -5,6 +5,7 @@
 
#include "../../stdafx.h"
 
#include "../../string_func.h"
 
#include "../../company_base.h"
 
#include "../../rev.h"
 
#include "table/strings.h"
 

	
 
#include "../ai.hpp"
 
@@ -66,6 +67,11 @@ AIController::~AIController()
 
	return AIConfig::GetConfig(_current_company)->GetSetting(name);
 
}
 

	
 
/* static */ uint AIController::GetVersion()
 
{
 
	return _openttd_newgrf_version;
 
}
 

	
 
bool AIController::LoadedLibrary(const char *library_name, int *next_number, char *fake_class_name, int fake_class_name_len)
 
{
 
	LoadedLibraryList::iterator iter = this->loaded_library.find(library_name);