MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / CADPCMDecoder

Method CADPCMDecoder

CrySoundSystem/ADPCMDecoder.cpp:22–29  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

20
21//////////////////////////////////////////////////////////////////////////
22CADPCMDecoder::CADPCMDecoder(IMusicSystem *pMusicSystem) : m_bOpen(false)
23{
24 m_pMusicSystem=pMusicSystem;
25 ISystem *pSystem=m_pMusicSystem->GetSystem();
26 ASSERT(pSystem);
27 m_pPak=pSystem->GetIPak();
28 ASSERT(m_pPak);
29}
30
31//////////////////////////////////////////////////////////////////////////
32inline CADPCMDecoder::~CADPCMDecoder()

Callers

nothing calls this directly

Calls 2

GetIPakMethod · 0.80
GetSystemMethod · 0.45

Tested by

no test coverage detected