1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Poprawka opisu + funkcja odbijająca wokół osi poziomej.

This commit is contained in:
Michał W. Urbańczyk
2007-06-07 01:22:06 +00:00
parent f547cc3a27
commit 35ba2ff9e8
3 changed files with 26 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ class CSDL_Ext
public:
static void SDL_PutPixel(SDL_Surface *ekran, int x, int y, Uint8 R, Uint8 G, Uint8 B);
static SDL_Surface * rotate01(SDL_Surface * toRot);
static SDL_Surface * hFlip(SDL_Surface * toRot); //horizontal flip
static SDL_Surface * rotate02(SDL_Surface * toRot);
static SDL_Surface * rotate03(SDL_Surface * toRot);
};