Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
FTGL_BEGIN_C_DECLS
46
47
char const *ftglGetString(int config)
48
{
49
return FTGL::GetString(static_cast<FTGL::ConfigString>(config));
50
}
51
52
FTGL_END_C_DECLS
53
Callers
1
main
Function · 0.85
Calls
1
GetString
Function · 0.85
Tested by
no test coverage detected