comparison src/video/epoc/SDL_epocevents.cpp @ 1635:92947e3a18db

Make sure code is only compiled if the appropriate subsystem is enabled
author Sam Lantinga <slouken@libsdl.org>
date Fri, 14 Apr 2006 04:46:47 +0000
parents 19418e4422cb
children
comparison
equal deleted inserted replaced
1634:14f302c5b32c 1635:92947e3a18db
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 18
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 #include "SDL_config.h"
22 23
23 /* 24 /*
24 SDL_epocevents.cpp 25 SDL_epocevents.cpp
25 Handle the event stream, converting Epoc events into SDL events 26 Handle the event stream, converting Epoc events into SDL events
26 27