summaryrefslogtreecommitdiff
path: root/include/window.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-02-11 21:10:32 -0600
committerGitHub <noreply@github.com>2018-02-11 21:10:32 -0600
commit98860220e9317a86b9171677086c9dc7cbeaf0f0 (patch)
tree625ec0a6469b40573d165ceee0855e969af45929 /include/window.h
parent14a76793e596d612efd273169c4172922c270f13 (diff)
parentea347199a21f7a6c01a395e507db872ac1781e79 (diff)
Merge pull request #110 from PikalaxALT/link
Link and some RFU
Diffstat (limited to 'include/window.h')
-rw-r--r--include/window.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/window.h b/include/window.h
index 07c642a09..1a6ff3808 100644
--- a/include/window.h
+++ b/include/window.h
@@ -68,5 +68,11 @@ void BlitBitmapRectToWindow4BitTo8Bit(u8 windowId, u8 *pixels, u16 srcX, u16 src
void CopyWindowToVram8Bit(u8 windowId, u8 mode);
extern struct Window gWindows[];
+extern void* gUnknown_03002F70[];
+extern u32 filler_03002F58;
+extern u32 filler_03002F5C;
+extern u32 filler_03002F64;
+
+extern u8 gUnknown_03002F60;
#endif // GUARD_WINDOW_H