| 160 | } |
| 161 | |
| 162 | OVR_PUBLIC_FUNCTION(const char*) ovr_GetVersionString() |
| 163 | { |
| 164 | REV_TRACE(ovr_GetVersionString); |
| 165 | |
| 166 | return OVR_VERSION_STRING; |
| 167 | } |
| 168 | |
| 169 | OVR_PUBLIC_FUNCTION(int) ovr_TraceMessage(int level, const char* message) { return 0; /* Debugging feature */ } |
| 170 |
nothing calls this directly
no outgoing calls
no test coverage detected