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

Function ovr_GetVersionString

ReviveXR/REV_CAPI.cpp:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113OVR_PUBLIC_FUNCTION(const char*) ovr_GetVersionString()
114{
115 REV_TRACE(ovr_GetVersionString);
116
117 return OVR_VERSION_STRING;
118}
119
120OVR_PUBLIC_FUNCTION(int) ovr_TraceMessage(int level, const char* message) { return 0; /* Debugging feature */ }
121

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected