diff src/video/ataricommon/SDL_atarievents_c.h @ 1221:8ef3e7e92a91

Use a simple table for Unicode translation
author Patrice Mandin <patmandin@gmail.com>
date Mon, 02 Jan 2006 19:49:21 +0000
parents a55ac374271c
children c9b51268668f
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_atarievents_c.h	Mon Jan 02 12:48:58 2006 +0000
+++ b/src/video/ataricommon/SDL_atarievents_c.h	Mon Jan 02 19:49:21 2006 +0000
@@ -44,6 +44,7 @@
 extern void Atari_InitOSKeymap(_THIS);
 extern void Atari_PumpEvents(_THIS);
 
-extern Uint16 SDL_AtariToUnicode(Uint8 caracter);
+/* Atari to Unicode charset translation table */
+extern Uint16 SDL_AtariToUnicodeTable[256];
 
 #endif /* _SDL_ATARI_EVENTS_H_ */