diff options
Diffstat (limited to 'Source/3rdParty/SDL2/src/video/haiku/SDL_bvideo.h')
-rw-r--r-- | Source/3rdParty/SDL2/src/video/haiku/SDL_bvideo.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/3rdParty/SDL2/src/video/haiku/SDL_bvideo.h b/Source/3rdParty/SDL2/src/video/haiku/SDL_bvideo.h index 0e28220..a1d01fb 100644 --- a/Source/3rdParty/SDL2/src/video/haiku/SDL_bvideo.h +++ b/Source/3rdParty/SDL2/src/video/haiku/SDL_bvideo.h @@ -30,10 +30,10 @@ extern "C" { #include "../SDL_sysvideo.h" -extern void BE_VideoQuit(_THIS); -extern int BE_VideoInit(_THIS); -extern void BE_DeleteDevice(_THIS); -extern int BE_Available(void); +extern void HAIKU_VideoQuit(_THIS); +extern int HAIKU_VideoInit(_THIS); +extern void HAIKU_DeleteDevice(_THIS); +extern int HAIKU_Available(void); #ifdef __cplusplus } |