/* $Id$ */ /** @file ai_gui.hpp Window for configuring the AIs */ #ifndef AI_GUI_HPP #define AI_GUI_HPP void ShowAIDebugWindow(); #endif /* AI_GUI_HPP */