Files @ r11578:ecd0c4fe5dec
Branch filter:

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

rubidium
(svn r15953) -Fix [FS#2783]: left - right != width causing strings to be truncated too early
/* $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 */