/////////////////////////////////////////////////////////////////////
| 1982 | |
| 1983 | ////////////////////////////////////////////////////////////////////////// |
| 1984 | void CSoundSystem::UnlockResources() |
| 1985 | { |
| 1986 | m_lockedResources.clear(); |
| 1987 | } |
| 1988 | |
| 1989 | ////////////////////////////////////////////////////////////////////////// |
| 1990 | bool CSoundSystem::IsEnabled() |
no test coverage detected