| 111 | } |
| 112 | |
| 113 | OVR_PUBLIC_FUNCTION(const char*) ovr_GetVersionString() |
| 114 | { |
| 115 | REV_TRACE(ovr_GetVersionString); |
| 116 | |
| 117 | return OVR_VERSION_STRING; |
| 118 | } |
| 119 | |
| 120 | OVR_PUBLIC_FUNCTION(int) ovr_TraceMessage(int level, const char* message) { return 0; /* Debugging feature */ } |
| 121 |
nothing calls this directly
no outgoing calls
no test coverage detected