00001 #ifndef __SDL_EVENTMAP_INTERNAL_H__ 00002 #define __SDL_EVENTMAP_INTERNAL_H__ 00003 00004 #include <SDL/SDL_types.h> 00005 00007 typedef union SDL_EventHash 00008 { 00010 Uint8 values[4]; 00012 Uint16 lvalues[2]; 00014 Uint32 hash; 00015 } SDL_EventHash; 00016 00017 #endif/*__SDL_EVENTMAP_INTERNAL_H__*/