#include "SDL.h" #include #include "config.h" bool DEBUG = false; // Initialization for the global variables SDL_Surface *screen = NULL; SDL_Event event; TTF_Font *menuFont; bool gameRunning = true; int *terrain = NULL; enum states currentState; int currentMenuActionState = 0;