| 6022 | } |
| 6023 | |
| 6024 | IVRNotifications *VRNotifications() |
| 6025 | { |
| 6026 | CheckClear(); |
| 6027 | if ( !m_pVRNotifications ) |
| 6028 | { |
| 6029 | EVRInitError eError; |
| 6030 | m_pVRNotifications = ( IVRNotifications * )VR_GetGenericInterface( IVRNotifications_Version, &eError ); |
| 6031 | } |
| 6032 | return m_pVRNotifications; |
| 6033 | } |
| 6034 | |
| 6035 | IVRIPCResourceManagerClient *VRIPCResourceManager() |
| 6036 | { |
no test coverage detected