Files @ r11414:66dd9ef9c484
Branch filter:

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

rubidium
(svn r15777) -Add: helper functions to get the least common multiple and the greatest common divisor (Alberth)
/* $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 */