remove old files add new sources
[mancala] / src / ai-init.h
diff --git a/src/ai-init.h b/src/ai-init.h
deleted file mode 100644 (file)
index bf42688..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*  
- *  AI Initialization Header -- ai-init.h
- *  Kevin Riggle
- *  http://cmancala.sourceforge.net
- *  $Source: /cvsroot/cmancala/mancala/src/Attic/ai-init.h,v $
- *  $Revision: 1.2.2.1 $
- *  $Date: 2003/12/29 05:49:52 $
- *
- */
-
-/* Prototype the initialization function */
-
-extern int aiInit(
-       int *aiBoard, int *humanBoard, char *filename, 
-       int (*aifunc)(int *aiBoard, int *humanBoard, int depth, FILE *log)
-);
-
-/*  End ai-init.h */