All code ready for mass translation
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@691 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -30,10 +30,10 @@
|
||||
SDL_Rect ** Liste_Modes_Videos_SDL;
|
||||
byte* Ecran;
|
||||
|
||||
void UpdateRect(short X, short Y, unsigned short width, unsigned short height);
|
||||
void UpdateRect(short x, short y, unsigned short width, unsigned short height);
|
||||
void Flush_update(void);
|
||||
byte * Surface_en_bytefield(SDL_Surface *Source, byte * dest);
|
||||
SDL_Color Conversion_couleur_SDL(byte);
|
||||
byte Sdl_Get_pixel_8(SDL_Surface *Bmp, int X, int Y);
|
||||
byte Sdl_Get_pixel_8(SDL_Surface *Bmp, int x, int y);
|
||||
|
||||
#endif // SDLSCREEN_H_INCLUDED
|
||||
|
||||
Reference in New Issue
Block a user