summaryrefslogtreecommitdiff
path: root/include/window.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2017-10-06 23:08:23 -0500
committerGitHub <noreply@github.com>2017-10-06 23:08:23 -0500
commit07e29b70bc56e95d322c99cb453433d0ea911fd0 (patch)
tree80c0ff6be5c288aa46a8f4152dd015c31739c88f /include/window.h
parentdea28a0a236412f267e3da8a7c200d947a9c5fe1 (diff)
parent2ecb9fcd130af975dd85a86e8e0fb23520aa7869 (diff)
Merge pull request #63 from ProjectRevoTPP/save_failed_screen
decompile save_failed_screen.c
Diffstat (limited to 'include/window.h')
-rw-r--r--include/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/window.h b/include/window.h
index 4e814ebc6..b630cd316 100644
--- a/include/window.h
+++ b/include/window.h
@@ -43,7 +43,7 @@ struct Window
bool16 InitWindows(const struct WindowTemplate *templates);
u16 AddWindow(const struct WindowTemplate *template);
-int AddWindowWithoutTileMap(struct WindowTemplate *template);
+int AddWindowWithoutTileMap(const struct WindowTemplate *template);
void RemoveWindow(u8 windowId);
void FreeAllWindowBuffers(void);
void CopyWindowToVram(u8 windowId, u8 mode);