#include <BGController.h>
Revision 1.4 2005/05/09 02:53:34 mab6d5 Added timing functionality and clocks to the GUI.
Revision 1.3 2005/05/03 01:46:32 mab6d5 Updated with the changes to the CGUIController base class concerning the change from winning piece to winning message.
Revision 1.2 2005/04/23 22:19:49 mab6d5 -Fixed some comments -Changed the s_uiLoc variable of the BOARDUPDATE struct to an int32 and s_iLoc. -Added the ResetMove function -Changed the first variable to the TriangleClicked, TriangleAddPiece, and TriangleRemovePiece functions to int32 from uint32. -Removed the m_playerPiece variable as it is now in the base class.
Revision 1.1 2005/04/16 22:20:00 mab6d5 Initial Revision