bin/ai/SQNoAI/main.sq
branchnoai
changeset 9365 c3d08e0b1083
child 9366 d30036300fe7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/ai/SQNoAI/main.sq	Tue Mar 13 21:55:22 2007 +0000
@@ -0,0 +1,6 @@
+function gameLoop()
+{
+	print("gameLoop");
+}
+
+print("Called init");