mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-08 11:44:58 -05:00
7 lines
135 B
C
7 lines
135 B
C
#ifndef POKEDIAMOND_FONT_H
|
|
#define POKEDIAMOND_FONT_H
|
|
|
|
extern s32 GetFontAttribute(u8 fontId, s32 attr);
|
|
|
|
#endif // POKEDIAMOND_FONT_H
|