SDL_minesweeper/defs.h

14 lines
238 B
C

#include <stdio.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_timer.h>
#include <SDL2/SDL_image.h>
#include <SDL2/SDL_mixer.h>
#ifndef _GLOBAL_CONSTANTS
#define _GLOBAL_CONSTANTS
#define WINDOW_WIDTH 600
#define WINDOW_HEIGHT 600
#endif