Difference between revisions of "AI Refactoring2009Crab"
From The Battle for Wesnoth Wiki
(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() ...) |
m |
||
Line 7: | Line 7: | ||
=NEXT:= | =NEXT:= | ||
− | + | ai_interface.hpp | |
− | + | @deprecate getInfo and add info() to ai_interface | |
− | |||
=NEXT:= | =NEXT:= | ||
− | + | ai.cpp | |
+ | Change ai_interface methods to use info() |
Revision as of 11:15, 10 April 2009
CURRENT:
ai_manager ai_interface.hpp
Move location of info structure from ai_interface to ai_holder (inside ai_manager)
NEXT:
ai_interface.hpp
@deprecate getInfo and add info() to ai_interface
NEXT:
ai.cpp
Change ai_interface methods to use info()