Managing the AI lifecycle and interface for the rest of Wesnoth.
More...
#include "composite/ai.hpp"
#include "configuration.hpp"
#include "contexts.hpp"
#include "default/ai.hpp"
#include "manager.hpp"
#include "formula/ai.hpp"
#include "registry.hpp"
#include "../game_events.hpp"
#include "../foreach.hpp"
#include "../log.hpp"
#include "../serialization/string_utils.hpp"
#include "composite/component.hpp"
#include <map>
#include <stack>
#include <vector>
#include "composite/engine.hpp"
Go to the source code of this file.
Detailed Description
Managing the AI lifecycle and interface for the rest of Wesnoth.
Definition in file manager.cpp.
Define Documentation
| #define DBG_AI_MANAGER LOG_STREAM(debug, log_ai_manager) |
| #define DBG_AI_MOD LOG_STREAM(debug, log_ai_mod) |
| #define ERR_AI_MANAGER LOG_STREAM(err, log_ai_manager) |
| #define ERR_AI_MOD LOG_STREAM(err, log_ai_mod) |
| #define LOG_AI_MANAGER LOG_STREAM(info, log_ai_manager) |
| #define LOG_AI_MOD LOG_STREAM(info, log_ai_mod) |
| #define WRN_AI_MOD LOG_STREAM(warn, log_ai_mod) |