| 6011 | } |
| 6012 | |
| 6013 | IVRDebug *VRDebug() |
| 6014 | { |
| 6015 | CheckClear(); |
| 6016 | if ( !m_pVRDebug ) |
| 6017 | { |
| 6018 | EVRInitError eError; |
| 6019 | m_pVRDebug = (IVRDebug *)VR_GetGenericInterface( IVRDebug_Version, &eError ); |
| 6020 | } |
| 6021 | return m_pVRDebug; |
| 6022 | } |
| 6023 | |
| 6024 | IVRNotifications *VRNotifications() |
| 6025 | { |
no test coverage detected