comparison src/video/epoc/SDL_epocevents_c.h @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c9b51268668f
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
27 Epoc version by Hannu Viitala (hannu.j.viitala@mbnet.fi) 27 Epoc version by Hannu Viitala (hannu.j.viitala@mbnet.fi)
28 */ 28 */
29 29
30 30
31 extern "C" { 31 extern "C" {
32 #include "SDL_sysvideo.h" 32 #include "../SDL_sysvideo.h"
33 }; 33 };
34 34
35 #define MAX_SCANCODE 255 35 #define MAX_SCANCODE 255
36 36
37 /* Variables and functions exported by SDL_sysevents.c to other parts 37 /* Variables and functions exported by SDL_sysevents.c to other parts