src/ai/api/ai_testmode.cpp
branchnoai
changeset 9833 89a64246458f
parent 9629 66dde6412125
child 10339 ce6cd68d9eb8
equal deleted inserted replaced
9832:5a48d9234f15 9833:89a64246458f
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /** @file ai_testmode.cpp class to switch the AI to Testing mode */
     3 /** @file ai_testmode.cpp Implementation of AITestMode. */
     4 
     4 
     5 #include "ai_testmode.hpp"
     5 #include "ai_testmode.hpp"
     6 
     6 
     7 bool AITestMode::ModeProc(TileIndex tile, uint32 p1, uint32 p2, uint procc, CommandCost costs)
     7 bool AITestMode::ModeProc(TileIndex tile, uint32 p1, uint32 p2, uint procc, CommandCost costs)
     8 {
     8 {