MCPcopy Create free account
hub / github.com/LibreVR/Revive / ovr_GetVersionString

Function ovr_GetVersionString

Revive/REV_CAPI.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162OVR_PUBLIC_FUNCTION(const char*) ovr_GetVersionString()
163{
164 REV_TRACE(ovr_GetVersionString);
165
166 return OVR_VERSION_STRING;
167}
168
169OVR_PUBLIC_FUNCTION(int) ovr_TraceMessage(int level, const char* message) { return 0; /* Debugging feature */ }
170

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected