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

Function GetString

other_src/ftgl/src/FTGL.cpp:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace FTGL {
31
32char const *GetString(ConfigString config)
33{
34 switch(config)
35 {
36 case CONFIG_VERSION:
37 return PACKAGE_VERSION;
38 }
39
40 return 0;
41}
42
43} // namespace FTGL
44

Callers 5

ftglGetStringFunction · 0.85
mainFunction · 0.85
GetColorMethod · 0.85
DefStringMethod · 0.85
ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected