00001 #ifndef SDLDRIVER_H 00002 #define SDLDRIVER_H 00003 00010 #include "cevent.h" 00011 #include "ctimer.h" 00012 #include "cvideo.h" 00013 00018 namespace SDLDriver { 00020 CVideoSystemFactory *make_video_system_factory(int width, int height, int depth, int is_fullscreen); 00021 00023 CTimerSystemFactory *make_timer_system_factory(); 00024 00026 CEventSystemFactory *make_event_system_factory(); 00027 } 00028 00029 #endif
1.3.3