summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
new file mode 100644
index 0000000..8983a89
--- /dev/null
+++ b/src/window.h
@@ -0,0 +1,8 @@
+#ifndef _SOFTSHADEROOM_WINDOW_H_
+#define _SOFTSHADEROOM_WINDOW_H_
+
+typedef struct {
+ const char* code;
+} Event;
+
+#endif \ No newline at end of file