Mercurial > sdl-ios-xcode
comparison src/video/wscons/SDL_wsconsevents.c @ 2985:4e4d814884aa
Fixed some dependency issues with SDL_revision.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 04 Jan 2009 05:52:14 +0000 |
parents | 99210400e8b9 |
children |
comparison
equal
deleted
inserted
replaced
2984:0b160c970b7e | 2985:4e4d814884aa |
---|---|
28 #include <unistd.h> | 28 #include <unistd.h> |
29 #include <termios.h> | 29 #include <termios.h> |
30 #include <errno.h> | 30 #include <errno.h> |
31 #include <string.h> | 31 #include <string.h> |
32 | 32 |
33 #include "SDL.h" | |
34 #include "../../events/SDL_sysevents.h" | 33 #include "../../events/SDL_sysevents.h" |
35 #include "../../events/SDL_events_c.h" | 34 #include "../../events/SDL_events_c.h" |
36 #include "SDL_wsconsvideo.h" | 35 #include "SDL_wsconsvideo.h" |
37 #include "SDL_wsconsevents_c.h" | 36 #include "SDL_wsconsevents_c.h" |
38 | 37 |