12 lines
193 B
C
12 lines
193 B
C
#ifndef FONT_MANAGER_H
|
|
#define FONT_MANAGER_H
|
|
|
|
#include "text_font.h"
|
|
|
|
extern FontManager gModernFontManager;
|
|
|
|
int interfaceFontsInit();
|
|
void interfaceFontsExit();
|
|
|
|
#endif /* FONT_MANAGER_H */
|