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

Function bz_getServerVersion

src/bzfs/bzfsAPI.cpp:4544–4546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4542}
4543
4544BZF_API const char* bz_getServerVersion(void) {
4545 return getAppVersion();
4546}
4547
4548BZF_API const char* bz_getProtocolVersion(void) {
4549 return getProtocolVersion();

Callers 1

bz_LoadFunction · 0.85

Calls 1

getAppVersionFunction · 0.85

Tested by

no test coverage detected