Files @ r11602:593b9791e12a
Branch filter:

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

rubidium
(svn r15981) -Fix: don't print the address family when writing the IP+port to the config file.
/* $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 */