|
OpenTTD Source
1.10.0-RC1
|
#include "../stdafx.h"#include "../core/backup_type.hpp"#include "../core/bitmath_func.hpp"#include "../company_base.h"#include "../company_func.h"#include "../network/network.h"#include "../window_func.h"#include "../framerate_type.h"#include "ai_scanner.hpp"#include "ai_instance.hpp"#include "ai_config.hpp"#include "ai_info.hpp"#include "ai.hpp"#include "../safeguards.h"Go to the source code of this file.
Implementation of AI.
Definition in file ai_core.cpp.