comparison src/video/picogui/SDL_pgvideo.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
25 25
26 #ifndef _SDL_pgvideo_h 26 #ifndef _SDL_pgvideo_h
27 #define _SDL_pgvideo_h 27 #define _SDL_pgvideo_h
28 28
29 #include "SDL_mouse.h" 29 #include "SDL_mouse.h"
30 #include "SDL_sysvideo.h"
31 #include "SDL_mutex.h" 30 #include "SDL_mutex.h"
31 #include "../SDL_sysvideo.h"
32 32
33 #include <picogui.h> 33 #include <picogui.h>
34 #include <sys/shm.h> 34 #include <sys/shm.h>
35 35
36 /* Hidden "this" pointer for the video functions */ 36 /* Hidden "this" pointer for the video functions */