fallout2-ce/src/freetype_manager.h

16 lines
228 B
C
Raw Normal View History

2022-11-11 02:52:35 -08:00
#ifndef FREETYPE_MANAGER_H
#define FREETYPE_MANAGER_H
#include "text_font.h"
namespace fallout {
extern FontManager gFtFontManager;
int FtFontsInit();
void FtFontsExit();
} // namespace fallout
#endif /* FONT_MANAGER_H */