initial load of http://downloads.sourceforge.net/project/cmancala/mancala-gui/mancala...
[mancala] / src / ai.h
diff --git a/src/ai.h b/src/ai.h
new file mode 100644 (file)
index 0000000..f1c81df
--- /dev/null
+++ b/src/ai.h
@@ -0,0 +1,13 @@
+/*  
+ *  AI API Header file -- ai.h
+ *  Kevin Riggle
+ *  http://cmancala.sourceforge.net
+ *  $Source: /cvsroot/cmancala/mancala/src/Attic/ai.h,v $
+ *  $Revision: 1.4.2.1 $
+ *  $Date: 2003/12/29 05:49:52 $
+ *
+ */
+
+extern int aiMove(int *aiBoard, int *humanBoard);
+
+/*  End ai.h  */