branch | noai |
changeset 9833 | 89a64246458f |
parent 9723 | eee46cb39750 |
child 11007 | d57c2e53679b |
9832:5a48d9234f15 | 9833:89a64246458f |
---|---|
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 /** @file ai_transactionmode.cpp class to switch the AI to Transaction mode */ |
3 /** @file ai_transactionmode.cpp Implementation of AITransactionMode. */ |
4 |
4 |
5 #include "ai_transactionmode.hpp" |
5 #include "ai_transactionmode.hpp" |
6 #include "ai_execmode.hpp" |
6 #include "ai_execmode.hpp" |
7 #include "../../command_func.h" |
7 #include "../../command_func.h" |
8 #include "../../debug.h" |
8 #include "../../debug.h" |