src/ai/api/ai_bridge.cpp
branchnoai
changeset 9833 89a64246458f
parent 9803 c86d5834fb11
child 9867 b7d9ffe24f81
equal deleted inserted replaced
9832:5a48d9234f15 9833:89a64246458f
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /** @file ai_bridge.cpp handles the functions of the AIBridge class */
     3 /** @file ai_bridge.cpp Implementation of AIBridge. */
     4 
     4 
     5 #include "ai_bridge.hpp"
     5 #include "ai_bridge.hpp"
     6 #include "../../bridge.h"
     6 #include "../../bridge.h"
     7 #include "../../bridge_map.h"
     7 #include "../../bridge_map.h"
     8 #include "../../strings_func.h"
     8 #include "../../strings_func.h"