27 bool retVal = game.
init(size, speed);
45 bool retVal = game.
init(size, speed);
63 bool retVal = game.
init(size, speed);
81 bool retVal = game.
init(size, speed);
bool init(int size=20, int sp=100, int loops=-1)
Initializes game.
Definitions and prototypes for Game class.
TEST(Game_init, test0)
Game class object can be created.
shared functions for testing