viz1090/sdl1090/defs.h
Nathan a9a6bc9584 draw.c refactor. draw.c now handles outer draw routine, previous contents moved to maps.c
Former-commit-id: c1374d41abd475f83a32fa9ec639d0feef018a20
Former-commit-id: 39838a5e1d346c49df1a8f65c910db943a228c61
2017-10-05 09:58:23 -05:00

16 lines
258 B
C

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include "SDL/SDL.h"
#include "SDL/SDL_ttf.h"
#include "mapdata.h"
#ifdef RPI
#include <wiringPi.h>
#endif
#define SCREEN_WIDTH 320
#define SCREEN_HEIGHT 480
#define UPSCALE 3