X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=c2f55ee9e56e645378ae0e8d1851738e7ff25d9c;hb=de8b3ae622eae10f1caf96872fb1790f7bd9644b;hp=e214879b688859989bf917b7958dcc76847c11db;hpb=27a283729bf1e7b956c5ceba87215a6d177b4bc7;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index e214879b..c2f55ee9 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -35,6 +35,7 @@ typedef struct SDLSurfaceInfo Bitmap; typedef struct SDLSurfaceInfo DrawBuffer; typedef struct SDLSurfaceInfo DrawWindow; typedef Uint32 Pixel; +typedef SDL_Cursor *Cursor; typedef SDLKey Key; @@ -338,6 +339,8 @@ void SDLZoomBitmap(Bitmap *, Bitmap *); Bitmap *SDLLoadImage(char *); +void SDLSetMouseCursor(const char **); + inline void SDLOpenAudio(void); inline void SDLCloseAudio(void);