comparison src/video/cybergfx/SDL_cgxvideo.h @ 1338:604d73db6802

Removed uses of stdlib.h and string.h
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Feb 2006 09:29:18 +0000
parents c9b51268668f
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1337:c687f06c7473 1338:604d73db6802
22 22
23 #ifndef _SDL_cgxvideo_h 23 #ifndef _SDL_cgxvideo_h
24 #define _SDL_cgxvideo_h 24 #define _SDL_cgxvideo_h
25 25
26 26
27 #include <stdio.h>
28 #include <stdlib.h>
29 #include <string.h>
30
31 #include <exec/exec.h> 27 #include <exec/exec.h>
32 #include <cybergraphx/cybergraphics.h> 28 #include <cybergraphx/cybergraphics.h>
33 #include <graphics/scale.h> 29 #include <graphics/scale.h>
34 #include <graphics/gfx.h> 30 #include <graphics/gfx.h>
35 #include <intuition/intuition.h> 31 #include <intuition/intuition.h>
45 #include <inline/graphics.h> 41 #include <inline/graphics.h>
46 #include <inline/intuition.h> 42 #include <inline/intuition.h>
47 #include <inline/console.h> 43 #include <inline/console.h>
48 #endif 44 #endif
49 45
50 #include "mydebug.h" 46 #include "SDL_stdlib.h"
47 #include "SDL_string.h"
51 #include "SDL_mouse.h" 48 #include "SDL_mouse.h"
52 #include "SDL_sysvideo.h" 49 #include "SDL_sysvideo.h"
50 #include "mydebug.h"
53 51
54 #define USE_CGX_WRITELUTPIXEL 52 #define USE_CGX_WRITELUTPIXEL
55 53
56 /* Hidden "this" pointer for the video functions */ 54 /* Hidden "this" pointer for the video functions */
57 #define _THIS SDL_VideoDevice *this 55 #define _THIS SDL_VideoDevice *this