summaryrefslogtreecommitdiffstats
path: root/sdl/event.h
blob: 8b4d81bbca8160e3a2a9aa8b18a674d4284857d6 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _EVENT_H_
#define _EVENT_H_

/* function prototypes */
void sdl_process_events(void);
void event_keydown(SDL_keysym *, const unsigned int *, const int);

#endif