summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-02-22 18:17:06 +0800
committerchai <chaifix@163.com>2020-02-22 18:17:06 +0800
commit9c89460e136ed6c6c43704d9a3a15105e0f006b0 (patch)
treecd56f1dfc10650cfbfe7007ee3432ee32227edc3 /src/window.h
parentd49f3d3f73709a9a7c0bce53aa13ed28a2bd27cb (diff)
*wog
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