f1c81df064e4951b1e3825cb17f3e78ccc9db0fc
[mancala] / src / ai.h
1 /*  
2  *  AI API Header file -- ai.h
3  *  Kevin Riggle
4  *  http://cmancala.sourceforge.net
5  *  $Source: /cvsroot/cmancala/mancala/src/Attic/ai.h,v $
6  *  $Revision: 1.4.2.1 $
7  *  $Date: 2003/12/29 05:49:52 $
8  *
9  */
10
11 extern int aiMove(int *aiBoard, int *humanBoard);
12
13 /*  End ai.h  */