comparison src/video/nanox/SDL_nxvideo.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 b8d311d90021
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
27 #ifndef _SDL_nxvideo_h 27 #ifndef _SDL_nxvideo_h
28 #define _SDL_nxvideo_h 28 #define _SDL_nxvideo_h
29 29
30 #include <microwin/nano-X.h> 30 #include <microwin/nano-X.h>
31 31
32 #include "SDL_sysvideo.h" 32 #include "../SDL_sysvideo.h"
33 33
34 #ifdef ENABLE_NANOX_DEBUG 34 #ifdef ENABLE_NANOX_DEBUG
35 #define Dprintf printf 35 #define Dprintf printf
36 #else 36 #else
37 #define Dprintf(ignore...) 37 #define Dprintf(ignore...)