StuBS
|
#include <user/graphics/pong.h>
Public Member Functions | |
Pong () | |
void | start () |
void | play () |
Private Attributes | |
int | height |
int | width |
Point | pos |
Point | dir |
const Point | paddle |
Random | rand |
Static Private Attributes | |
static const int | size = 100 |
static const int | offset = 10 |
|
inline |
void Pong::start | ( | ) |
void Pong::play | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
private |