| 81 | VR_INTERFACE uint32_t VR_CALLTYPE VR_InitInternal( EVRInitError *peError, EVRApplicationType eApplicationType ); |
| 82 | |
| 83 | uint32_t VR_InitInternal( EVRInitError *peError, vr::EVRApplicationType eApplicationType ) |
| 84 | { |
| 85 | return VR_InitInternal2( peError, eApplicationType, nullptr ); |
| 86 | } |
| 87 | |
| 88 | void VR_ShutdownInternal() |
| 89 | { |
nothing calls this directly
no test coverage detected