src/render/rSDL.h

Go to the documentation of this file.
00001 #ifndef AT_SDL_H
00002 #define AT_SDL_H
00003 
00004 #include "aa_config.h"
00005 
00006 #ifndef DEDICATED
00007 #include <SDL.h>
00008 #else
00009 #define SDLK_LAST 300
00010 typedef int SDL_keysym;
00011 typedef int SDL_Event;
00012 typedef unsigned char Uint8;
00013 typedef unsigned int Uint32;
00014 typedef int SDL_AudioSpec;
00015 #endif
00016 
00017 #endif

Generated on Sat Mar 15 22:55:53 2008 for Armagetron Advanced by  doxygen 1.5.4