| 111 | CSoundSystem(ISystem* pSystem, HWND hWnd); |
| 112 | |
| 113 | ISystem* GetSystem() const { return m_pISystem; }; |
| 114 | |
| 115 | //! DSP unit callback for sfx-lowpass filter |
| 116 | void* DSPUnit_SFXFilter_Callback(void *pOriginalBuffer, void *pNewBuffer, int nLength); |
no outgoing calls
no test coverage detected