Files @ r11270:7b8efbc5d599
Branch filter:

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

smatz
(svn r15624) -Fix (r15621): warning about comparing signed and unsigned integer types
/* $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 */