diff include/SDL_compat.h @ 5083:25d4feb7c127

Renamed SDL_keysym to SDL_KeySym Renamed SDL_scancode to SDL_ScanCode Added #defines to SDL_compat.h
author krogoway
date Mon, 24 Jan 2011 13:47:35 -0600
parents e8916fe9cfc8
children c2539ff054c8
line wrap: on
line diff
--- a/include/SDL_compat.h	Sun Jan 23 21:55:04 2011 -0800
+++ b/include/SDL_compat.h	Mon Jan 24 13:47:35 2011 -0600
@@ -223,6 +223,9 @@
  */
 /*@{*/
 
+#define SDL_keysym		SDL_KeySym
+#define SDL_scancode	SDL_ScanCode
+
 /** 
  *  \name Renamed keys
  *