MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / ftglGetString

Function ftglGetString

other_src/ftgl/src/FTGL.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43} // namespace FTGL
44
45FTGL_BEGIN_C_DECLS
46
47char const *ftglGetString(int config)
48{
49 return FTGL::GetString(static_cast<FTGL::ConfigString>(config));
50}
51
52FTGL_END_C_DECLS
53

Callers 1

mainFunction · 0.85

Calls 1

GetStringFunction · 0.85

Tested by

no test coverage detected