diff options
author | chai <chaifix@163.com> | 2020-02-22 18:17:06 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-02-22 18:17:06 +0800 |
commit | 9c89460e136ed6c6c43704d9a3a15105e0f006b0 (patch) | |
tree | cd56f1dfc10650cfbfe7007ee3432ee32227edc3 /src/window.h | |
parent | d49f3d3f73709a9a7c0bce53aa13ed28a2bd27cb (diff) |
*wog
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 8 |
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 |