Files @ r10873:29bc815821c2
Branch filter:

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

peter1138
(svn r15208) -Codechange: Remove some kind (undocumented, so who really knows) of original attempt to limit maximum tractive effort from 'realistic' acceleration.
/* $Id$ */

/** @file ai_gui.hpp Window for configuring the AIs  */

#ifndef AI_GUI_HPP
#define AI_GUI_HPP

void ShowAIDebugWindow();
void ShowAIConfigWindow();

#endif /* AI_GUI_HPP */