mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 16:27:48 +00:00

This removes the C++ common interface intended for creating new AIs. Anyone wishing to create a new AI written in C++ should now implement it as a custom stage instead. This commit also removes the C++ implementation of the Idle AI (but leaves the WML definition of it, which is based on the composite AI) and the fallback stage which was intended to fall back to other C++ AI algorithms.