Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages

sdl_driver.h

Go to the documentation of this file.
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

Generated on Wed Aug 27 11:58:42 2003 for GFW by doxygen 1.3.3