fallout2-ce/src/font_manager.h

16 lines
238 B
C
Raw Permalink Normal View History

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