--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ai/NoAI/NoAI.cpp Tue Mar 13 15:47:26 2007 +0000
@@ -0,0 +1,10 @@
+/* $Id$ */
+
+/** @file NoAI.cpp a simple C++ AI that will never be an AI */
+
+#include "../../stdafx.h"
+#include "NoAI.hpp"
+
+/* virtual */ void NoAI::GameLoop()
+{
+}