timesynk/interface/sdl.h

7 lines
78 B
C

#ifndef SDL_H
#define SDL_H
SDL_Surface* screen;
SDL_Event event;
#endif