Mercurial > sdl-ios-xcode
comparison src/video/gem/SDL_gemvideo.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 |
---|---|
21 */ | 21 */ |
22 | 22 |
23 #ifndef _SDL_gemvideo_h | 23 #ifndef _SDL_gemvideo_h |
24 #define _SDL_gemvideo_h | 24 #define _SDL_gemvideo_h |
25 | 25 |
26 #include "SDL_sysvideo.h" | |
27 #include "SDL_mutex.h" | 26 #include "SDL_mutex.h" |
27 #include "../SDL_sysvideo.h" | |
28 | 28 |
29 /* Hidden "this" pointer for the video functions */ | 29 /* Hidden "this" pointer for the video functions */ |
30 #define _THIS SDL_VideoDevice *this | 30 #define _THIS SDL_VideoDevice *this |
31 | 31 |
32 /* Functions prototypes */ | 32 /* Functions prototypes */ |