diff src/events/SDL_keyboard_c.h @ 1720:a1ebb17f9c52 SDL-1.3

Cleaned up a bunch of warnings, started adding Win32 event support
author Sam Lantinga <slouken@libsdl.org>
date Fri, 30 Jun 2006 05:42:49 +0000
parents 7688a73b25b1
children 6c63fc2bd986
line wrap: on
line diff
--- a/src/events/SDL_keyboard_c.h	Wed Jun 28 08:12:07 2006 +0000
+++ b/src/events/SDL_keyboard_c.h	Fri Jun 30 05:42:49 2006 +0000
@@ -24,6 +24,9 @@
 #ifndef _SDL_keyboard_c_h
 #define _SDL_keyboard_c_h
 
+#include "SDL_keysym.h"
+#include "SDL_events.h"
+
 typedef struct SDL_Keyboard SDL_Keyboard;
 
 struct SDL_Keyboard