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