Files @ r12072:bcf36828afcb
Branch filter:

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

alberth
(svn r16486) -Codechange [FS#2939]: Added widget numbers to the airport toolbar (based on work by erikjanp)
/* $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 */