summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-12-04 03:35:28 -0800
committerYamaArashi <shadow962@live.com>2016-12-04 03:35:28 -0800
commit087d746c8bf066013a42f450d77abb39f81b9abb (patch)
tree152aa79f924fa71355f30a712753aebba5e56653 /include/text.h
parent4ceea5913e430464ccde4ac17b050a8faff5f97c (diff)
parent97f58f823c6cfc031e48fd30d84bcbfeb667c881 (diff)
Merge branch 'clean/warnings-1' of https://github.com/marijnvdwerf/pokeruby into marijnvdwerf-clean/warnings-1
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h
index fb6dfe915..ad5313eed 100644
--- a/include/text.h
+++ b/include/text.h
@@ -137,7 +137,7 @@ void SetUpWindowConfig(const struct WindowConfig *winConfig);
u16 InitWindowTileData(struct Window *win, u16 startOffset);
u32 MultistepInitWindowTileData(struct Window *win, u16 startOffset);
bool32 MultistepLoadFont(void);
-void InitWindowFromConfig(struct Window *win, struct WindowConfig *winConfig);
+void InitWindowFromConfig(struct Window *win, const struct WindowConfig *winConfig);
void InitWindow(struct Window *win, const u8 *text, u16 tileDataStartOffset, u8 left, u8 top);
void sub_8002E4C(struct Window *win, const u8 *text, u16 tileDataStartOffset, u8 left, u16 top, u32 a6);
void sub_8002E90(struct Window *win, const u8 *text);