/*
 * This file exists only to make it easier for me to do things.
 */

//#define x86

#ifdef x86
#define SCREEN_WIDTH 480
#define SCREEN_HEIGHT 272
#define SCREEN_BPP 32

#include "SDL/SDL.h"
#include "SDL/SDL_image.h"
#endif

