comparison src/video/nanox/SDL_nxmodes_c.h @ 2985:4e4d814884aa

Fixed some dependency issues with SDL_revision.h
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 05:52:14 +0000
parents 99210400e8b9
children
comparison
equal deleted inserted replaced
2984:0b160c970b7e 2985:4e4d814884aa
24 clare@setabox.com 24 clare@setabox.com
25 */ 25 */
26 #include "SDL_config.h" 26 #include "SDL_config.h"
27 27
28 #include "SDL_nxvideo.h" 28 #include "SDL_nxvideo.h"
29 #include <SDL.h>
30 29
31 extern SDL_Rect **NX_ListModes(_THIS, SDL_PixelFormat * format, Uint32 flags); 30 extern SDL_Rect **NX_ListModes(_THIS, SDL_PixelFormat * format, Uint32 flags);
32 extern void NX_FreeVideoModes(_THIS); 31 extern void NX_FreeVideoModes(_THIS);
33 extern int NX_EnterFullScreen(_THIS); 32 extern int NX_EnterFullScreen(_THIS);
34 extern int NX_LeaveFullScreen(_THIS); 33 extern int NX_LeaveFullScreen(_THIS);