summaryrefslogtreecommitdiff
path: root/src/ai/ai_gui.hpp
blob: c5c7ad2ee7525ced432c88014a170d7d39ce552e (plain)
1
2
3
4
5
6
7
8
9
10
/* $Id$ */

/** @file ai_gui.hpp Window for configuring the AIs  */

#ifndef AI_GUI_HPP
#define AI_GUI_HPP

void ShowAIDebugWindow();

#endif /* AI_GUI_HPP */