mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-18 18:02:37 +01:00
12 lines
186 B
C++
12 lines
186 B
C++
/* $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 */
|