summaryrefslogtreecommitdiff
path: root/include/window.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-05 13:01:24 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-05 13:01:24 +0200
commit1680fc0b81675b0e1cc988ece1c79075a56dbcf0 (patch)
tree66d9f8d0691fd6df39a566ecb854e7d880730c85 /include/window.h
parent54b83061152ce6e85d1ce7185ab3645d7448e03d (diff)
start start menu decomp
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 6f5f55c11..36a71a1e0 100644
--- a/include/window.h
+++ b/include/window.h
@@ -31,7 +31,7 @@ struct Window
};
bool16 InitWindows(struct WindowTemplate *templates);
-u16 AddWindow(struct WindowTemplate *template);
+u16 AddWindow(const struct WindowTemplate *template);
int AddWindowWithoutTileMap(struct WindowTemplate *template);
void RemoveWindow(u8 windowId);
void FreeAllWindowBuffers(void);