Files @ r12273:1ee4646e635a
Branch filter:

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

rubidium
(svn r16698) -Document: update documentation pointing to the old translator tool.
/* $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 */