Main Page | Modules | Data Structures | File List | Data Fields

SDL_eventmap_internal.h

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__*/

Generated on Tue Jun 22 16:25:25 2004 by doxygen 1.3.5