Mercurial > sdl-ios-xcode
comparison src/video/directfb/SDL_DirectFB_video.h @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | c9b51268668f |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
24 #define _SDL_DirectFB_video_h | 24 #define _SDL_DirectFB_video_h |
25 | 25 |
26 #include <directfb.h> | 26 #include <directfb.h> |
27 | 27 |
28 #include "SDL_mouse.h" | 28 #include "SDL_mouse.h" |
29 #include "SDL_sysvideo.h" | 29 #include "../SDL_sysvideo.h" |
30 | 30 |
31 #define _THIS SDL_VideoDevice *this | 31 #define _THIS SDL_VideoDevice *this |
32 | 32 |
33 /* Private display data */ | 33 /* Private display data */ |
34 | 34 |