diff options
author | yenatch <yenatch@gmail.com> | 2017-09-23 13:50:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-23 13:50:55 -0400 |
commit | a57915fa5bd8c2e68bc291a371e66e3cafd7e195 (patch) | |
tree | 0b20aeb72cc21dbfbaf99ad08750934471cccf96 /include/window.h | |
parent | 2ad419e4b914ba17b5b3c3e60ef56726da0cf59b (diff) | |
parent | 21f668d6a574dd7df4d761148c6f02ee4cdda6f1 (diff) |
Merge pull request #36 from DizzyEggg/decomp_egg_hatch
Decompile Egg Hatch
Diffstat (limited to 'include/window.h')
-rw-r--r-- | include/window.h | 11 |
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; |