MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OPEN_FONT2

Function OPEN_FONT2

grtext/grfont.cpp:223–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223inline FONTFILE2 OPEN_FONT2(const char *filename) {
224 FONTFILE2 fp;
225
226 fp = (FONTFILE2)fopen(filename, "wb");
227 if (!fp)
228 return nullptr;
229
230 return fp;
231}
232
233inline void CLOSE_FONT2(FONTFILE2 ffile) { fclose((FILE *)ffile); }
234

Callers 1

grfont_SetTemplateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected