summaryrefslogtreecommitdiff
path: root/include/window.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-09-23 15:02:32 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-09-23 15:02:32 -0400
commitd740eabb3c19bae406d184c6f29c81b2c5dc952f (patch)
treed3641957151d385b2ddaeb4c944da3cef54583f2 /include/window.h
parent57543e164e0ed15c23e295ffa08e5804d4d32037 (diff)
parenta57915fa5bd8c2e68bc291a371e66e3cafd7e195 (diff)
merge
Diffstat (limited to 'include/window.h')
-rw-r--r--include/window.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/window.h b/include/window.h
index 20e5fefa3..e8af82e81 100644
--- a/include/window.h
+++ b/include/window.h
@@ -24,6 +24,17 @@ struct WindowTemplate
u16 baseBlock;
};
+#define DUMMY_WIN_TEMPLATE \
+{ \
+ 0xFF, \
+ 0, \
+ 0, \
+ 0, \
+ 0, \
+ 0, \
+ 0, \
+}
+
struct Window
{
struct WindowTemplate window;