summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2021-07-22 23:42:20 +0100
committerred031000 <rubenru09@aol.com>2021-07-22 23:44:02 +0100
commit51257b335ba14a59818a670870e939b8765fd14d (patch)
tree7e95f32c2712dcbc5ac29368bbcee2d3d770122b /include/text.h
parenta917f956c984513f7ef3a5f22f42d9527331b9af (diff)
fix some types
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 ad0698a0..6ecf1b08 100644
--- a/include/text.h
+++ b/include/text.h
@@ -76,7 +76,7 @@ struct FontInfo
};
void SetFontsPointer(const struct FontInfo *fonts);
-u8 FUN_0201BCC8(void (*func)(u32, struct TextPrinter *), struct TextPrinter *printer, u32 param2);
+u8 FUN_0201BCC8(void (*func)(u32, void *), void *printer, u32 param2);
void FUN_0201BCFC(u32 param0);
BOOL FUN_0201BD44(u32 param0);
void FUN_0201BD5C(void);