OpenBarnyard
 
Loading...
Searching...
No Matches
AWaveBankFMODFSB.h
Go to the documentation of this file.
1#pragma once
2#include "AWaveBank.h"
3
5{
6public:
7 AWaveBankFMODFSB( const Toshi::TPString8& a_strBank, const Toshi::TPString8& a_strPath );
8
9 virtual TBOOL IsReady() const OVERRIDE;
10 virtual LOADRESULT Load( LOADFLAGS a_uiFlags, TINT a_iBufferSize ) OVERRIDE;
12};
#define OVERRIDE
Definition Defines.h:12
int TINT
Definition Typedefs.h:7
bool TBOOL
Definition Typedefs.h:6
TUINT32 LOADFLAGS
Definition AWaveBank.h:13
AWaveBank(const Toshi::TPString8 &a_strBank, const Toshi::TPString8 &a_strPath, TBOOL a_bSetFrequency)
Definition AWaveBank.cpp:17
AWaveBankFMODFSB(const Toshi::TPString8 &a_strBank, const Toshi::TPString8 &a_strPath)
virtual TBOOL IsReady() const OVERRIDE
virtual LOADRESULT Load(LOADFLAGS a_uiFlags, TINT a_iBufferSize) OVERRIDE
virtual UNLOADRESULT Unload() OVERRIDE