mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 22:04:10 +08:00
增加extern关键字
This commit is contained in:
parent
da79591afd
commit
0572348532
@ -59,10 +59,10 @@ typedef struct
|
|||||||
char *ptrs[MAX_DIR_ENTRIES]; // For fast sorting.
|
char *ptrs[MAX_DIR_ENTRIES]; // For fast sorting.
|
||||||
} DirList;
|
} DirList;
|
||||||
|
|
||||||
const char *acf_put_text(int x, int y, int width, int height, int maxwidth, u8 color, u8 placement, const char* text);
|
extern 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)
|
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);
|
return acf_put_text(x, y, width, height, maxwidth, color, ATP_PLACEMENT_LEFT, text);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char *page[] = {
|
static const char *page[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user