Renamed SDL_keysym.h to SDL_keycode.h to avoid confusion.

--HG--
rename : include/SDL_keysym.h => include/SDL_keycode.h
This commit is contained in:
Sam Lantinga 2011-02-16 15:46:12 -08:00
parent d2b922f555
commit d4acca7166
10 changed files with 21 additions and 19 deletions

View file

@ -24,7 +24,7 @@
#ifndef _SDL_keyboard_c_h
#define _SDL_keyboard_c_h
#include "SDL_keysym.h"
#include "SDL_keycode.h"
#include "SDL_events.h"
/* Initialize the keyboard subsystem */