OpenBarnyard
 
Loading...
Searching...
No Matches
ASoundLegacy.h
Go to the documentation of this file.
1#pragma once
2
3#define ASOUNDID_INVALID -1
4
6
7class AWaveBank;
8
9// Note: seems to be deprecated since never actually created or played
11{
12public:
13 friend class ASoundManager;
14
15public:
16private:
17 TINT m_iId;
18 TINT m_iFlags;
19 AWaveBank* m_pWaveBank;
20 ASoundId m_iWaveId;
21};
#define TDEPRECATED
Definition Defines.h:81
int32_t TINT32
Definition Typedefs.h:12
int TINT
Definition Typedefs.h:7
TINT32 ASoundId
Definition ASoundLegacy.h:5
friend class ASoundManager