summaryrefslogtreecommitdiffstats
path: root/sdl/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdl/event.h')
-rw-r--r--sdl/event.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sdl/event.h b/sdl/event.h
new file mode 100644
index 0000000..8b4d81b
--- /dev/null
+++ b/sdl/event.h
@@ -0,0 +1,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
+