Files @ r11547:d8613f4c59f9
Branch filter:

Location: cpp/openttd-patchpack/source/src/ai/ai_gui.hpp - annotation

rubidium
(svn r15917) -Codechange: remove the latest traces of NetworkAddress::GetIP.
/* $Id$ */

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

#ifndef AI_GUI_HPP
#define AI_GUI_HPP

void ShowAIDebugWindow(CompanyID show_company = INVALID_COMPANY);
void ShowAIConfigWindow();

#endif /* AI_GUI_HPP */