comparison src/video/ataricommon/SDL_ataric2p_s.h @ 1086:93207759e065

Cleanup C2P routine
author Patrice Mandin <patmandin@gmail.com>
date Thu, 30 Jun 2005 12:03:19 +0000
parents b8d311d90021
children c9b51268668f
comparison
equal deleted inserted replaced
1085:49d154d0c56e 1086:93207759e065
27 27
28 #ifndef _ATARI_C2P_h 28 #ifndef _ATARI_C2P_h
29 #define _ATARI_C2P_h 29 #define _ATARI_C2P_h
30 30
31 #include "SDL_types.h" 31 #include "SDL_types.h"
32
33 /*--- Variables ---*/
34
35 extern Uint8 SDL_Atari_table_c2p[2048]; /* Used by conversions routines */
36 32
37 /*--- Functions pointers ---*/ 33 /*--- Functions pointers ---*/
38 34
39 /* Convert a chunky screen to bitplane screen */ 35 /* Convert a chunky screen to bitplane screen */
40 36