blob: 141df43ebd512ae2cd50c87469b6f970f41ca21d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $Id$ */
/** @file ai_gui.hpp Window for configuring the AIs */
#ifndef AI_GUI_HPP
#define AI_GUI_HPP
void ShowAIDebugWindow();
void ShowAIConfigWindow();
#endif /* AI_GUI_HPP */
|