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

Method COGGDecoder

CrySoundSystem/OGGDecoder.cpp:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "MusicSystem.h"
8
9COGGDecoder::COGGDecoder(IMusicSystem *pMusicSystem)
10{
11 m_pMusicSystem=pMusicSystem;
12 ISystem *pSystem=m_pMusicSystem->GetSystem();
13 ASSERT(pSystem);
14 m_FileAccess.pPak=pSystem->GetIPak();
15 ASSERT(m_FileAccess.pPak);
16}
17
18COGGDecoder::~COGGDecoder()
19{

Callers

nothing calls this directly

Calls 2

GetIPakMethod · 0.80
GetSystemMethod · 0.45

Tested by

no test coverage detected