comparison src/video/wscons/SDL_wsconsvideo.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_wsconsvideo_h 24 #define _SDL_wsconsvideo_h
25 25
26 #include <sys/time.h> 26 #include <sys/time.h>
27 #include <termios.h> 27 #include <termios.h>
28 #include <dev/wscons/wsconsio.h> 28 #include <dev/wscons/wsconsio.h>
29
29 #include "SDL_mouse.h" 30 #include "SDL_mouse.h"
30 #include "SDL_sysvideo.h"
31 #include "SDL_mutex.h" 31 #include "SDL_mutex.h"
32 #include "../SDL_sysvideo.h"
32 33
33 void WSCONS_ReportError(char *fmt, ...); 34 void WSCONS_ReportError(char *fmt, ...);
34 35
35 /* Hidden "this" pointer for the video functions */ 36 /* Hidden "this" pointer for the video functions */
36 #define _THIS SDL_VideoDevice *this 37 #define _THIS SDL_VideoDevice *this