Files @ r11917:612c11f7ab47
Branch filter:

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

smatz
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
/* $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 */