summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorRémi Calixte <remicalixte.rmc@gmail.com>2021-05-20 19:22:55 +0200
committerRémi Calixte <remicalixte.rmc@gmail.com>2021-05-20 19:22:55 +0200
commit8df65ef7a08ee617dc858e4f40429c01f866f1dc (patch)
tree344c956b922b18bff95aa9adfafb0ddf741dfa2d /include/text.h
parentfb002e4c21e5a4e4a2b4afa151ea725f16d86d25 (diff)
more extern cleanups
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h
index 40f4d03a..0874f21d 100644
--- a/include/text.h
+++ b/include/text.h
@@ -2,11 +2,12 @@
#define POKEDIAMOND_TEXT_H
#include "global.h"
+#include "unk_02016B94.h"
struct TextPrinterTemplate
{
const u16* currentChar;
- u32 windowId;
+ struct Window *windowId;
u8 padding[1];
u8 fontId;
u8 x;