diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-18 16:20:58 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-18 16:20:58 -0800 |
commit | d116b7660834da4006dccd3559d1ba0e0f8acf1c (patch) | |
tree | 5b838cd447e4562f1385ed6bbc1780773f38cb19 /include/window.h | |
parent | cbeb32fae45e58cabd8c97104033b6d672602ffb (diff) |
decompile window_8bpp
Diffstat (limited to 'include/window.h')
-rw-r--r-- | include/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/window.h b/include/window.h index b630cd316..09fd00b6d 100644 --- a/include/window.h +++ b/include/window.h @@ -24,6 +24,8 @@ struct WindowTemplate u16 baseBlock; }; +#define WINDOWS_MAX 32 + #define DUMMY_WIN_TEMPLATE \ { \ 0xFF, \ |