comparison src/video/nanox/SDL_nximage.c @ 698:31d9be995d5c

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 30 Aug 2003 06:27:01 +0000
parents 26dafefeebb2
children d3b2e93629eb
comparison
equal deleted inserted replaced
697:8468fc0504f3 698:31d9be995d5c
24 Hsieh-Fu Tsai 24 Hsieh-Fu Tsai
25 clare@setabox.com 25 clare@setabox.com
26 */ 26 */
27 27
28 #include <stdlib.h> 28 #include <stdlib.h>
29 #include <string.h>
29 30
30 #include "SDL_error.h" 31 #include "SDL_error.h"
31 32
32 #include "SDL_nximage_c.h" 33 #include "SDL_nximage_c.h"
33 34