viz1090/sdl1090/defs.h
nathan 7d078324f2 migrate to SDL 2
Former-commit-id: fe5cf68b09d459299b5529c55255335347c41509
Former-commit-id: 375b60c339696fd25197e1c78babd142a0f1fc06
2019-09-07 18:11:20 -05:00

21 lines
309 B
C

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include "SDL2/SDL.h"
#include "SDL2/SDL_ttf.h"
#include "mapdata.h"
#ifdef RPI
#include <wiringPi.h>
#endif
#define SCREEN_WIDTH 320
#define SCREEN_HEIGHT 480
#define UPSCALE 1
#define UISCALE 1
#define AA 0
#define MAGMA 0