diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-02 14:39:08 +0100 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-02 20:30:13 +0100 |
commit | 713562685a89578ae5e4008f0a283c39175429fc (patch) | |
tree | e530e0fd93734c72825a215f5fe1b5e569416757 /src/audio/oal/stream.h | |
parent | no advanced script log when log level is 0 (diff) | |
download | re3-713562685a89578ae5e4008f0a283c39175429fc.tar re3-713562685a89578ae5e4008f0a283c39175429fc.tar.gz re3-713562685a89578ae5e4008f0a283c39175429fc.tar.bz2 re3-713562685a89578ae5e4008f0a283c39175429fc.tar.lz re3-713562685a89578ae5e4008f0a283c39175429fc.tar.xz re3-713562685a89578ae5e4008f0a283c39175429fc.tar.zst re3-713562685a89578ae5e4008f0a283c39175429fc.zip |
Diffstat (limited to '')
-rw-r--r-- | src/audio/oal/stream.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/audio/oal/stream.h b/src/audio/oal/stream.h index bcbc5e54..b3e96809 100644 --- a/src/audio/oal/stream.h +++ b/src/audio/oal/stream.h @@ -69,6 +69,7 @@ class CStream uint32 m_nVolume; uint8 m_nPan; uint32 m_nPosBeforeReset; + int32 m_nLoopCount; IDecoder *m_pSoundFile; @@ -103,6 +104,8 @@ public: void Start(); void Stop(); void Update(void); + void SetLoopCount(int32); + void ProviderInit(); void ProviderTerm(); |