// testGame.h
// 7 May 2011, Joshua Lau
// Tests the game functions

void testGame(void);

// tests two-in-one because they're related
void testSetCellGetCell(void);

void testResetBoard(void);
