1
0
mirror of https://github.com/blawar/ooot.git synced 2024-06-25 22:09:34 +00:00
ooot/include/def/z_kanfont.h
2022-02-14 10:56:16 -05:00

8 lines
236 B
C

#pragma once
struct Font;
void Font_LoadChar(Font* font, u8 character, u16 codePointIndex);
void Font_LoadMessageBoxIcon(Font* font, u16 icon);
void Font_LoadOrderedFont(Font* font);
void func_8006EE50(Font* font, u16 arg1, u16 arg2);