comparison src/video/bwindow/SDL_BWin.h @ 1367:e440d5c488c1

Fixes for BeOS and Solaris builds
author Sam Lantinga <slouken@libsdl.org>
date Fri, 17 Feb 2006 08:43:23 +0000
parents 19418e4422cb
children 6162b8d921ce
comparison
equal deleted inserted replaced
1366:34d9df784d84 1367:e440d5c488c1
21 */ 21 */
22 22
23 #ifndef _SDL_BWin_h 23 #ifndef _SDL_BWin_h
24 #define _SDL_BWin_h 24 #define _SDL_BWin_h
25 25
26 #include "SDL_config.h"
27
26 #include <stdio.h> 28 #include <stdio.h>
27 #include <AppKit.h> 29 #include <AppKit.h>
28 #include <InterfaceKit.h> 30 #include <InterfaceKit.h>
29 #include <be/game/DirectWindow.h> 31 #include <be/game/DirectWindow.h>
30 #if SDL_VIDEO_OPENGL 32 #if SDL_VIDEO_OPENGL
31 #include <be/opengl/GLView.h> 33 #include <be/opengl/GLView.h>
32 #endif 34 #endif
33 #include <support/UTF8.h> 35 #include <support/UTF8.h>
34 36
35 #include "SDL_BeApp.h" 37 #include "../../main/beos/SDL_BeApp.h"
36 #include "SDL_events.h" 38 #include "SDL_events.h"
37 #include "SDL_BView.h" 39 #include "SDL_BView.h"
38 40
39 extern "C" { 41 extern "C" {
40 #include "../../events/SDL_events_c.h" 42 #include "../../events/SDL_events_c.h"