summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2021-07-22 19:09:10 -0400
committerGitHub <noreply@github.com>2021-07-22 19:09:10 -0400
commitc2d91a2d997afd01fa4f40e1e16d5ee85557c9a8 (patch)
tree976a406df41385c165b87020112aa45dd2e3d8ea /include/text.h
parentd44dcef85179c80a0d74ea1b997f01114faed051 (diff)
parentb52822b2dfd7500eb6639fe9f0658c3f9cd580e6 (diff)
Merge pull request #434 from red031000/master
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);