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

Function WRITE_FONT_INT

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

Source from the content-addressed store, hash-verified

206static inline void CLOSE_FONT2(FONTFILE2 ffile);
207
208inline int WRITE_FONT_INT(FONTFILE2 ffile, int i) { return fwrite(&i, sizeof(i), 1, (FILE *)ffile); }
209
210inline int WRITE_FONT_SHORT(FONTFILE2 ffile, int16_t s) { return fwrite(&s, sizeof(s), 1, (FILE *)ffile); }
211

Callers 1

grfont_SetTemplateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected