ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
Data Fields | |
int | x_pos |
int | y_pos |
char | x_dir |
char | y_dir |
char | x_speed |
char | y_speed |
GS_RGBAQ | color |
GS_RGBAQ MAVING_SPRITE::color |
Definition at line 25 of file main.c.
Referenced by DrawSprites(), and InitSprites().
char MAVING_SPRITE::x_dir |
Definition at line 19 of file main.c.
Referenced by InitSprites(), and MoveSprites().
int MAVING_SPRITE::x_pos |
Definition at line 16 of file main.c.
Referenced by InitSprites(), and MoveSprites().
char MAVING_SPRITE::x_speed |
Definition at line 22 of file main.c.
Referenced by InitSprites(), and MoveSprites().
char MAVING_SPRITE::y_dir |
Definition at line 20 of file main.c.
Referenced by InitSprites(), and MoveSprites().
int MAVING_SPRITE::y_pos |
Definition at line 17 of file main.c.
Referenced by InitSprites(), and MoveSprites().
char MAVING_SPRITE::y_speed |
Definition at line 23 of file main.c.
Referenced by InitSprites(), and MoveSprites().