comparison src/video/ataricommon/SDL_atarievents.c @ 1079:39b5606fa543

Forgot enumeration value for Atari clones
author Patrice Mandin <patmandin@gmail.com>
date Sat, 25 Jun 2005 18:21:13 +0000
parents e89d7f826b4a
children a55ac374271c
comparison
equal deleted inserted replaced
1078:e2ef6b7001fd 1079:39b5606fa543
50 enum { 50 enum {
51 MCH_ST=0, 51 MCH_ST=0,
52 MCH_STE, 52 MCH_STE,
53 MCH_TT, 53 MCH_TT,
54 MCH_F30, 54 MCH_F30,
55 MCH_CLONE,
55 MCH_ARANYM 56 MCH_ARANYM
56 }; 57 };
57 58
58 void (*Atari_ShutdownEvents)(void); 59 void (*Atari_ShutdownEvents)(void);
59 60