Mercurial > sdl-ios-xcode
comparison src/video/ps2gs/SDL_gsvideo.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 |
---|---|
28 #include <linux/ps2/dev.h> | 28 #include <linux/ps2/dev.h> |
29 #include <linux/ps2/gs.h> | 29 #include <linux/ps2/gs.h> |
30 | 30 |
31 #include "SDL_mouse.h" | 31 #include "SDL_mouse.h" |
32 #include "SDL_mutex.h" | 32 #include "SDL_mutex.h" |
33 #include "SDL_sysvideo.h" | 33 #include "../SDL_sysvideo.h" |
34 | 34 |
35 /* Hidden "this" pointer for the video functions */ | 35 /* Hidden "this" pointer for the video functions */ |
36 #define _THIS SDL_VideoDevice *this | 36 #define _THIS SDL_VideoDevice *this |
37 | 37 |
38 | 38 |