#include <effect.h>
Public Member Functions | |
Effect (SDL_Surface *_screen, SDL_Surface *_image) | |
~Effect () | |
void | Apply () |
void | Flip () |
void | Clip (int *x, int *y) |
void | Calculate (int x, int y, int *new_x, int *new_y) |
void | IncreaseTimer () |
Private Attributes | |
SDL_Surface * | screen |
SDL_Surface * | image |
float | fTime |
int | time0 |
int | time1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|