fallout2-ce/src/font_manager.h

12 lines
193 B
C
Raw Normal View History

2022-05-19 01:51:26 -07:00
#ifndef FONT_MANAGER_H
#define FONT_MANAGER_H
#include "text_font.h"
extern FontManager gModernFontManager;
int interfaceFontsInit();
void interfaceFontsExit();
#endif /* FONT_MANAGER_H */