pokediamond/include/font.h
2021-05-21 19:43:41 -04:00

7 lines
135 B
C

#ifndef POKEDIAMOND_FONT_H
#define POKEDIAMOND_FONT_H
extern s32 GetFontAttribute(u8 fontId, s32 attr);
#endif // POKEDIAMOND_FONT_H