mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-08 14:54:11 +08:00
添加acf_put_text的声明
This commit is contained in:
parent
e34cf5b885
commit
da79591afd
@ -59,7 +59,8 @@ typedef struct
|
||||
char *ptrs[MAX_DIR_ENTRIES]; // For fast sorting.
|
||||
} DirList;
|
||||
|
||||
const char *acf_draw(int x, int y, int width, int height, int maxwidth, u16 color, const char* text)
|
||||
const char *acf_put_text(int x, int y, int width, int height, int maxwidth, u8 color, u8 placement, const char* text);
|
||||
const char *acf_draw(int x, int y, int width, int height, int maxwidth, u8 color, const char* text)
|
||||
{
|
||||
return atf_put_text(x, y, width, height, maxwidth, color, ATP_PLACEMENT_LEFT, text);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user