#include "graphics.h"
#include "config.h"


#if USE_SDL
	#include "g_sdl.c"
#elif USE_ALLEGRO
	#include "g_alleg.c"
#else
	#error "Cannot continue without a supported graphics library! (SDL or Allegro)"
#endif


/* vim:ts=3
*/
