viz1090/sdl1090/defs.h
Nathan d450dc59ce initial SDL version
Former-commit-id: 3714e6bfc11cd1ccb095602b2f93d64b4d107346
Former-commit-id: cfe3cc42c26367d1875c31c581ef1dbf4e2d89e5
2017-09-13 22:21:36 -05:00

9 lines
159 B
C

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "SDL2/SDL.h"
#include "SDL2/SDL_ttf.h"
#define SCREEN_WIDTH 320
#define SCREEN_HEIGHT 240