StuBS
|
#include <user/graphics/cat.h>
Public Member Functions | |
Cat (const char *image="cat.png") | |
void | attract () |
void | walk () |
Private Attributes | |
const unsigned | animationCount = 12 |
const unsigned | height = 199 |
const unsigned | width = 392 |
int | x |
int | y |
unsigned | animationCurrent |
int | position |
PNG | image |
|
explicit |
void Cat::attract | ( | ) |
void Cat::walk | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |