23 bool retVal = ball.
init(dim);
42 bool retVal = ball.
init(dim);
Describes the Ball entity of the game.
definitions and prototypes for Ball class
bool init(Point dim)
Initialization.
shared functions for testing
TEST(Ball_init, test0)
Ball class object can be created.
Coordinates and style of the cell in console window.