Renamed SDL_keysym to SDL_KeySym

Renamed SDL_scancode to SDL_ScanCode
Added #defines to SDL_compat.h
This commit is contained in:
krogoway 2011-01-24 13:47:35 -06:00
parent 477689ac83
commit a2f2302255
29 changed files with 84 additions and 81 deletions

View file

@ -11,7 +11,7 @@
int
main(int argc, char *argv[])
{
SDL_scancode scancode;
SDL_ScanCode scancode;
if (SDL_Init(SDL_INIT_VIDEO) < 0) {
fprintf(stderr, "Couldn't initialize SDL: %s\n", SDL_GetError());