AI Refactoring2009Crab

From The Battle for Wesnoth Wiki
Revision as of 11:15, 10 April 2009 by Crab (talk | contribs) (New page: =CURRENT:= ai_manager ai_interface.hpp Move location of info structure from ai_interface to ai_holder (inside ai_manager) =NEXT:= ai.cpp Change ai_interface methods to use getInfo() ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

CURRENT:

ai_manager
ai_interface.hpp

Move location of info structure from ai_interface to ai_holder (inside ai_manager)

NEXT:

ai.cpp

Change ai_interface methods to use getInfo()


NEXT:

@deprecate getInfo and add info() to ai_interface