src/ai/ai_gui.hpp
author truebrain
Mon, 30 Jun 2008 12:15:10 +0000
branchnoai
changeset 11097 6967c52c78c5
parent 9845 c359062b4db0
permissions -rw-r--r--
(svn r13654) [NoAI] -Change [API CHANGE]: moved AISetting::SetCommandDelay to AIController::SetCommandDelay, as it was silly to have it in a seperate class, while it was part of the controller.
#ifndef AI_GUI_HPP
#define AI_GUI_HPP

void ShowAIDebugWindow();

#endif /* AI_GUI_HPP */