#include <CParticle.h>
Inheritance diagram for Particle:
Public Member Functions | |
Particle () | |
void | set (float x, float y, float dx, float dy, int color, int health, int flags) |
void | setSprite (Sprite *sprite) |
SDL_Surface * | getFrame () |
void | move () |
Public Attributes | |
float | x |
float | y |
float | dx |
float | dy |
Sprite * | sprite |
unsigned char | currentFrame |
unsigned char | currentTime |
int | health |
int | color |
long | flags |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|