Files @ r11183:50e33a2511bf
Branch filter:

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

glx
(svn r15535) -Fix (r15460, pre noai merge): use '.' as 'any' for squirrel calls typechecking as stated in squirrel docs
/* $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 */