summaryrefslogtreecommitdiff
path: root/include/window.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2022-03-01 18:04:42 -0500
committerGriffinR <griffin.g.richards@gmail.com>2022-03-02 02:05:07 -0500
commit16aacb064835c11204004d8e1115131ef718eeaf (patch)
tree37d491e58cdb21020f1fa1f7b1521aed44864033 /include/window.h
parent82f0cced2dbe3265681c140a91e2970b64a31422 (diff)
Sync pokemon jump documentation
Diffstat (limited to 'include/window.h')
-rw-r--r--include/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/window.h b/include/window.h
index 3cb904626..1c3d9be9c 100644
--- a/include/window.h
+++ b/include/window.h
@@ -41,6 +41,8 @@ struct WindowTemplate
0, \
}
+#define WINDOW_NONE 0xFF
+
struct Window
{
struct WindowTemplate window;