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

Method CPCMDecoder

CrySoundSystem/PCMDecoder.cpp:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "pcmdecoder.h"
7
8CPCMDecoder::CPCMDecoder(IMusicSystem *pMusicSystem) : m_b44KHz(true)
9{
10 m_pMusicSystem=pMusicSystem;
11 ISystem *pSystem=m_pMusicSystem->GetSystem();
12 ASSERT(pSystem);
13 m_pPak=pSystem->GetIPak();
14 ASSERT(m_pPak);
15 m_pFile=NULL;
16}
17
18CPCMDecoder::~CPCMDecoder()
19{

Callers

nothing calls this directly

Calls 2

GetIPakMethod · 0.80
GetSystemMethod · 0.45

Tested by

no test coverage detected